home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / dr6help.zip / DRDOS6.HLP next >
Text File  |  1991-10-29  |  108KB  |  3,383 lines

  1.  
  2.  
  3. DrDOS.HLP - Copyright  (c) 1991  Thomas C. Kerr
  4.             All rights reserved
  5.  
  6. This is the ASCII help text file that supports the DrHELP help
  7. program for DrDOS Version 6.0.  All help topics must appear in
  8. uppercase and must be enclosed by percent signs.  Screen page
  9. markers are designated by the "cp" directive preceded by a period.
  10. An "END" directive enclosed by astericks signals the end of help
  11. text for a particular topic.
  12.  
  13. To utilize this help file, you must first run the program which
  14. reads this file and builds a binary file containing the file offsets
  15. (i.e., indices) for the beginning of each help topic.  The command
  16. to accomplish this is:
  17.  
  18.                INDEXIT DRDOS.HLP
  19.  
  20. This in turn creates the index file DRDOS.NDX.
  21.  
  22.  
  23. %APPEND%
  24.                                                              Page 1 of 2
  25.  
  26.   Purpose:
  27.  
  28.     APPEND R1.00  Specify a search path for data files and overlays.
  29.  
  30.   Format:
  31.  
  32.     APPEND [/H] d:path[;[d:]path ...] [/X:ON|OFF] [/E:ON|OFF]
  33.                 ... [/PATH:ON|OFF]
  34.   
  35.       /X tells APPEND to process  SEARCH FIRST and EXEC functions.  Com-
  36.          mands like  COMP and DIR  use SEARCH FIRST  functions to search
  37.          for files.  Dr DOS uses the EXEC function any time a command is
  38.          input.  **Note:  Cancel APPEND before running BACKUP.**
  39.  
  40.       /E tells APPEND to keep its paths in the DOS environment, like the
  41.          PATH command.
  42.  
  43.       /PATH makes APPEND apply to files having pathnames.
  44. .cp
  45.                                                              Page 2 of 2
  46.  
  47.   Explanation:
  48.  
  49.      APPEND enables programs to search  for needed files  in directories
  50.      other  than the  current directory.   It functions similar to PATH.
  51.      PATH is used only  to search for .BAT, .COM, and .EXE files whereas
  52.      APPEND is used to  search for any other type of file, such as .DAT.
  53.      
  54.      The punctuation  character ";" is used to separate the APPEND paths
  55.      or to request a list of the current APPEND paths.
  56.  
  57.   Examples:
  58.  
  59.      Search the  directory C:\DRDOS  for any needed data  files that are
  60.      not found in the current directory.
  61.  
  62.        APPEND c:\drdos
  63. *END*
  64. %ASSIGN%
  65.                                                              Page 1 of 3
  66.  
  67.   Purpose:
  68.  
  69.     ASSIGN R1.00    Drive Substitution Utility.
  70.     ASSIGN reassigns a drive letter to a different drive
  71.  
  72.   Format:
  73.  
  74.     ASSIGN  x=y [/H | /?] [/A]
  75.  
  76.       x   specifies drive (to which current disk I/O requests are sent),
  77.           that you want to reassign or equate to another drive letter
  78.       y   specifies drive letter  that you want disk I/O  requests to be
  79.           assigned or routed to
  80.       /A  displays the current status of disk drive assignments
  81.       /H  display help text
  82. .cp
  83.                                                              Page 2 of 3
  84.   Explanation:
  85.  
  86.     Instructs DOS  to route  disk I/O requests  for one drive to another
  87.     disk drive.  Mainly used when you run a program  from one disk drive
  88.     that has been hard-coded to access files from a specific disk drive.
  89.     Rather than load the  program and files  on the specified drive, you
  90.     temporarily assign the current drive to the other drive.
  91.     
  92.     Some application  programs can only be run on,  or access their data
  93.     from,  one disk drive.  The ASSIGN  command allows  you to  assign a
  94.     drive letter  that is not on your  system to a drive letter which is
  95.     available on  your system.   An example of this would be if you have
  96.     only one drive  on your computer,  and the applications  program was
  97.     programmed to use  drive C for  all of its  data storage.   With the
  98.     ASSIGN command, you can assign all requests for drive C to drive A.
  99.  
  100.     If you  want to use  the ASSIGN command for more  than one drive, it
  101.     must be done with one ASSIGN command.   This is  because each ASSIGN
  102.     command statement cancels any previous ones.
  103. .cp
  104.                                                              Page 3 of 3
  105.  
  106.   Example(s):
  107.  
  108.     Assign all requests for drives A and B to drive C.
  109.  
  110.       ASSIGN A=C B=C
  111.  
  112.     Display all current disk drive assignments.
  113.  
  114.       ASSIGN /A
  115. *END*
  116. %ATTRIB%
  117.                                                              Page 1 of 3
  118.  
  119.   Purpose:
  120.  
  121.     ATTRIB R1.43    Change file attributes
  122.     Display and/or changes any of the four attributes of a disk file.
  123.  
  124.   Format:
  125.  
  126.     ATTRIB [+|-A][+|-H][+|-R][+|-S] [@][d:][path]filename[.ext] [/P][/S]
  127.       +A            turn on archive attribute (-A turn it off)
  128.       +H            turn on hidden attribute (-H turn it off)
  129.       +R            make file read-only (-R make it read-write)
  130.       +S            turn on system attribute (-S turn it off)
  131.       @             the filename that follows is the name of a file list
  132.       d:            drive which attrib is to search
  133.       path          directory where search is to begin
  134.       filename.ext  file for which attributes are displayed or changed
  135.       /P            pause after each page
  136.       /S            search for files in subdirectories
  137. .cp
  138.                                                              Page 2 of 3
  139.  
  140.   Explanation:
  141.  
  142.     Multiple files may  be specified on  the command line.   If no files
  143.     are specified, ATTRIB will assume *.*.
  144.  
  145.     Each disk  file  can be marked  as "read-only" so that  it cannot be
  146.     accidentally deleted.   A file that is marked as "read-only" will be
  147.     shown in the directory as normal with the DIR command.   However, if
  148.     you try to delete the file with the DEL or ERASE commands,  DOS will
  149.     not carry out the command. You get an "Access denied" error message.
  150.  
  151.     The "archive" file attribute shows whether  a file has  been changed
  152.     since the last backup was made. This attribute is cleared by special
  153.     backup programs when they  perform backup on a disk, such as the DOS
  154.     BACKUP program.  When using backup programs, you can specify  backup
  155.     of only those files that have changed since the last backup--instead
  156.     of backing  up all files,  which can take  much longer.   The BACKUP
  157.     program examines this archive attribute  to determine whether or not
  158.     to backup a file.
  159. .cp
  160.                                                              Page 3 of 3
  161.  
  162.     The "system" attribute,  when switched ON,  prevents the DIR command
  163.     from displaying the file and the COPY command  from copying the file
  164.     unless a  "/S" switch is employed.
  165.  
  166.   Example(s):
  167.  
  168.     Set the read-only attribute for MYFILE.TXT.
  169.  
  170.       ATTRIB +R MYFILE.TXT
  171.  
  172.     Set the "archive" attribute on all file with a filename extension of
  173.     .DAT, including those in subdirectories, pausing after each screen.
  174.  
  175.       ATTRIB +A *.DAT /S /P
  176.  
  177.     Display the attribute of all files.
  178.  
  179.       ATTRIB *.*
  180. *END*
  181. %BACKUP%
  182.                                                              Page 1 of 2
  183.  
  184.   Purpose:
  185.  
  186.     BACKUP R1.07    Disk backup utility
  187.     Backs up one or more files from one disk to another. This is usually
  188.     used to back up files from a hard disk.
  189.  
  190.   Format:
  191.  
  192.     BACKUP [/Help] d:[path][filename.ext]] d: [switches]
  193.       /A            Add new files  to backup disk without erasing exist-
  194.                     ing ones
  195.       /D:date       Backup files modified since a given date
  196.       /F            Format destination disks
  197.       /L[:filespec] Record actions in a log file  - default name used is
  198.                     \BACKUP.LOG
  199.       /M            Backup only files modified since last backup
  200.       /S            Backup files in sub-directories also
  201.       /T:time       Backup files modified since given time (use with /D)
  202.  
  203. .cp
  204.                                                              Page 2 of 2
  205.  
  206.   Example(s):
  207.  
  208.     Backup all files on drive C to drive A.
  209.  
  210.       BACKUP C:\*.* A: /S
  211. *END*
  212. %CACHE%
  213.                                                              Page 1 of 2
  214.  
  215.   Purpose:
  216.  
  217.     CACHE R1.06 Disk Cache
  218.  
  219.   Format:
  220.  
  221.     CACHE [/H] [/S=xxx] [/X] [/E]
  222.       /S    Requested size of disk cache in Kbytes
  223.       /X    Use eXpanded memory for buffers
  224.       /E    Use Extended memory for buffers
  225.  
  226.     Use of no options merely displays current status of cache.
  227.  
  228.   Explanation:
  229.  
  230.     Used to speed up the process of accessing data on a hard disk.  Used
  231.     to define and set up  an area of RAM memory  which acts as a buffer,
  232.     storing a copy of data frequently read from the disk.
  233. .cp
  234.                                                              Page 2 of 2
  235.  
  236.   Examples(s):
  237.  
  238.     Install disk cache using 512 Kbytes of eXpanded memory.
  239.  
  240.       CACHE /X /S=512
  241.  
  242.     Display the current status of the disk cache.
  243.  
  244.       CACHE
  245.  
  246.       The display produced will look like this:
  247.  
  248.       ******************************************************
  249.       *        1 drive cached in 123 track buffers         *
  250.       *        2091 K Bytes of Extended Memory used        *
  251.       *        69% of CACHE in use with a 74% hit rate.    *
  252.       ******************************************************
  253. *END*
  254. %CD%
  255.                                                              Page 1 of 2
  256.  
  257.   Purpose:
  258.  
  259.     Allows you to move between disk subdirectories.  Used to change cur-
  260.     rent directory to that specified.
  261.  
  262.   Format:
  263.  
  264.     CD [d:][\]  or  CD [d:]dirpath
  265.  
  266.   Explanation:
  267.  
  268.     Typing CD without any parameters will display the current directory.
  269.     Specifying a  directory  path of   ".."  pops the  current directory
  270.     back one level up the directory tree.
  271. .cp
  272.                                                              Page 2 of 2
  273.  
  274.   Example(s):
  275.  
  276.     Change the current directory to the root directory; i.e. \ (slash).
  277.  
  278.       CD \
  279.  
  280.     Change current directory to \LEVL1\LEVL2 from \LEVL1\LEVL2\LEVL3.
  281.  
  282.       CD \LEVL1\LEVL2   or   CD ..
  283.  
  284.     Display the current directory.
  285.  
  286.       CD
  287. *END*
  288. %CD/CHDIR%
  289.                                                              Page 1 of 2
  290.  
  291.   Purpose:
  292.  
  293.     Allows you to move between disk subdirectories.  Used to change cur-
  294.     rent directory to that specified.
  295.  
  296.   Format:
  297.  
  298.     CD [d:][\]  or  CHDIR [d:][\]
  299.     CD [d:]dirpath
  300.  
  301.   Explanation:
  302.  
  303.     Typing CHDIR or CD without  any parameters will  display the current
  304.     directory.   Specifying a  directory path of  ".."  pops the current
  305.     directory back one level up the directory tree.
  306. .cp
  307.                                                              Page 2 of 2
  308.  
  309.   Example(s):
  310.  
  311.     Change the current directory to the root directory; i.e. \ (slash).
  312.  
  313.       CD \
  314.  
  315.     Change current directory to \LEVL1\LEVL2 from \LEVL1\LEVL2\LEVL3.
  316.  
  317.       CD \LEVL1\LEVL2   or   CD ..
  318.  
  319.     Display the current directory.
  320.  
  321.       CD
  322. *END*
  323. %CHDIR%
  324.                                                              Page 1 of 2
  325.  
  326.   Purpose:
  327.  
  328.     Allows you to move between disk subdirectories.  Used to change cur-
  329.     rent directory to that specified.
  330.  
  331.   Format:
  332.  
  333.     CHDIR [d:][\]  or    CHDIR [d:]dirpath
  334.  
  335.   Explanation:
  336.  
  337.     Typing CHDIR (or CD) without any parameters will display the current
  338.     directory.   Specifying a  directory path of  ".."  pops the current
  339.     directory back one level up the directory tree.
  340. .cp
  341.                                                              Page 2 of 2
  342.  
  343.   Example(s):
  344.  
  345.     Change the current directory to the root directory; i.e. \ (slash).
  346.  
  347.       CHDIR \
  348.  
  349.     Change current directory to \LEVL1\LEVL2 from \LEVL1\LEVL2\LEVL3.
  350.  
  351.       CHDIR \LEVL1\LEVL2   or   CHDIR ..
  352.  
  353.     Display the current directory.
  354.  
  355.       CHDIR
  356. *END*
  357. %CHCP%
  358.                                                              Page 1 of 1
  359.  
  360.   Purpose:
  361.  
  362.     Changes a specified code page.
  363.  
  364.   Format:
  365.  
  366.     CHCP [cp]
  367.  
  368.       cp - selected code page number
  369.  
  370.   Explanation:
  371.  
  372.     This command  changes (selects)  the specified code  page number for
  373.     Dr DOS and for all devices which support code page switching.
  374.  
  375.     Typing CHCP without specifying a code page  number displays the cur-
  376.     rent code page.
  377. *END*
  378. %CHKDSK%
  379.                                                              Page 1 of 2
  380.  
  381.   Purpose:
  382.  
  383.     CHKDSK 7.00    Disk maintenance utility
  384.  
  385.     Analyzes the  directories, files,  and File Allocation  Table on the
  386.     specified drive,  or default drive,  and produces a  disk and memory
  387.     status report.
  388.  
  389.   Format:
  390.  
  391.     CHKDSK [/Help] [d:] [filespec] [/F] [/V]
  392.  
  393.       filespec  Individual files can be checked. Wild cards are allowed.
  394.       /F        Write corrections back to disk. (Default = Readonly)
  395.       /V        Verbose mode  - displays  extra information  about files
  396.                 encountered/
  397. .cp
  398.                                                              Page 2 of 2
  399.  
  400.   Explanation:
  401.  
  402.     The check  disk command  scans a disk and checks  it for two things:
  403.     space allocation and spacing errors.  It  then produces a memory and
  404.     disk status report which shows how much total space is left on disk,
  405.     the amount of space in use in bytes, and the number of files in use.
  406.  
  407.   Example(s):
  408.  
  409.     Check drive B and fix all file allocation errors.
  410.  
  411.       CHKDSK B: /F
  412. *END*
  413. %CLS%
  414.                                                              Page 1 of 1
  415.  
  416.   Purpose:
  417.  
  418.     Clears the video screen.
  419.  
  420.   Format:
  421.  
  422.     CLS
  423.  
  424.   Explanation:
  425.  
  426.     Use this command when you want to clear the video screen.
  427. *END*
  428. %COMP%
  429.                                                              Page 1 of 2
  430.  
  431.   Purpose:
  432.  
  433.     COMP R1.06    File comparison utility
  434.  
  435.   Format:
  436.  
  437.     COMP [/Help] [d:[path]]file.ext [d:[path]]file.ext [/A] [/M:n]
  438.  
  439.     /H        Display this help text
  440.     /A        ASCII compare - print differences as ASCII characters.
  441.     /M:n      Maximum number of comparison mismatches per file.
  442.     d:path    Drive/Path of files to be compared.
  443.     file.ext  Files to be compared - may contain wild card characters.
  444.  
  445.   Explanation:
  446.  
  447.     This command is useful when you want to see if two files contain the
  448.     same data. COMP will display any differences on the screen.
  449. .cp
  450.                                                              Page 2 of 2
  451.  
  452.   Example(s):
  453.  
  454.     Compare JUNK on drive A to JUNK on drive B.
  455.  
  456.       COMP A:JUNK B:
  457.  
  458.     Compare all files on drive A to all files on drive B.
  459.  
  460.       COMP A: B:
  461.  
  462.     Compare all files on  drive A  with the extension  .ASM to all files
  463.     on drive C with the same name.
  464.  
  465.       COMP A:*.ASM C:
  466. *END*
  467. %COPY%
  468.                                                              Page 1 of 3
  469.  
  470.   Purpose:
  471.  
  472.     Copies and/or combines files.
  473.  
  474.   Format:
  475.  
  476.     COPY[/A][/B][d:][path]filename[.ext][/A][/B]
  477.               [d:][path]filename[.ext][/A][/B][/V]      or
  478.  
  479.     COPY[/A][/B][d:][path]filename[.ext][/A][/B]
  480.               [+[d:][path]filename[.ext][/A][/B]...]
  481.               [d:][path]filename[.ext][/A][/B][/V]
  482.   
  483.       /A Treat as ASCII file. When used with source file name, copies up
  484.       to but not including the first Ctrl Z (EOF marker). When used with
  485.       target file name, causes Ctrl Z  to be added as the last character
  486.       of the file, as required by some word processors.
  487. .cp
  488.                                                              Page 2 of 3
  489.  
  490.   Format:  (cont'd)
  491.  
  492.       /B With source file name, the file is treated as BINARY file.  The
  493.       entire file is  copied regardless of  Ctrl Z markers  encountered.
  494.       With target file name, causes NO Ctrl Z to be added to the file.
  495.  
  496.       /V Verify that target sectors are  written correctly.  This is the
  497.       same as setting the VERIFY command to ON.
  498.  
  499.       /S Includes system files and hidden files in the COPY operation.
  500.  
  501.       /C Asks for confirmation before copying a file or group of files.
  502.  
  503.       /Z Zeroes the top bit of every byte in the destination file.
  504.  
  505.   Explanation:
  506.  
  507.     COPY is used to copy files or groups of files  from one directory to
  508. .cp
  509.                                                              Page 3 of 3
  510.  
  511.   Explanation:  (cont'd)
  512.  
  513.     to another and/or from one disk to another.  Wildcard characters may
  514.     be used in file specifications.
  515.  
  516.   Example(s):
  517.  
  518.     Copy HELP.DAT from drive A to drive B.
  519.  
  520.       COPY A:HELP.DAT B:
  521.     
  522.     Copy all files from drive B to drive C.
  523.  
  524.       COPY B:*.* C:
  525.  
  526.     Copy FILE1 and FILE2 from drive A into  one file named FILE3 on disk
  527.     drive C.
  528.  
  529.       COPY A:FILE1 + A:FILE2 C:FILE3
  530. *END*
  531. %CTTY%
  532.                                                              Page 1 of 2
  533.  
  534.   Purpose:
  535.  
  536.     Changes the standard  input and output  console to an auxiliary con-
  537.     sole, or restores the keyboard and  screen as the standard input and
  538.     output devices.
  539.  
  540.   Format:
  541.  
  542.     CTTY device-name
  543.  
  544.   Explanation:
  545.  
  546.     This command is useful when you want  to use a terminal connected to
  547.     your serial port.  The MODE command must be used before this is done
  548.     to initialize the serial port to the desired settings.
  549. .cp
  550.                                                              Page 2 of 2
  551.  
  552.   Example(s):
  553.  
  554.     Set the standard input and output device to the first serial port.
  555.  
  556.       CTTY COM1:
  557. *END*
  558. %CURSOR%
  559.                                                              Page 1 of 1
  560.  
  561.   Purpose:
  562.  
  563.     CURSOR  R1.01   Laptop cursor utility.
  564.  
  565.   Format:
  566.  
  567.     CURSOR  [/H] [/Snn] [/C] [OFF]
  568.  
  569.       /Snn    Set flash interval.  nn is a 2 digit number from 1 to 20;
  570.               it is the cursor flash interval in 1/20ths of a second.
  571.       /C      Enables CGA compatibilty.   Specifying this option ensures
  572.               display is  accessed only during  horizontal retrace, pre-
  573.               venting the snow effect that occurs on some CGA displays.
  574.       OFF     Restores the hardware cursor.
  575.  
  576.   Explanation:
  577.  
  578.     CURSOR generates a large cursor with variable flash  rate for use on
  579.     laptops and portables with high persistance (e.g., LCD) displays.
  580. *END*
  581. %DATE%
  582.                                                              Page 1 of 2
  583.  
  584.   Purpose:
  585.  
  586.     Set or display the current system date.
  587.  
  588.   Format:
  589.  
  590.     DATE [mm-dd-yy]
  591.  
  592.   Explanation:
  593.  
  594.     Type DATE without a  parameter to display  and/or set current system
  595.     date.  DOS will display the current  date and ask you to enter a new
  596.     date.  You can enter a new date, or press  Enter to keep the current
  597.     date.
  598. .cp
  599.                                                              Page 2 of 2
  600.  
  601.   Example(s):
  602.  
  603.     Set the system date to December 25, 1987.
  604.  
  605.       DATE 12-25-87
  606.  
  607.     Display the current system date.
  608.  
  609.       DATE
  610. *END*
  611. %DEL%
  612.                                                              Page 1 of 2
  613.  
  614.   Purpose:
  615.  
  616.     Deletes the specified disk file.
  617.  
  618.   Format:
  619.  
  620.     DEL [d:][path]filename[.ext] [/C] [/S]
  621.  
  622.       /C  Prompts you to confirm deletion on a file by file basis
  623.       /S  Includes deletion of system files
  624.  
  625.   Explanation:
  626.  
  627.     This command erases files that match the filename.   Write protected
  628.     files cannot be erased.   If the global filename  characters *.* are
  629.     given, DOS will request verification of this command, by displaying:
  630.     " Are you sure  (Y/N)? "   The global filename  characters, ? and *,
  631.     are allowed.
  632. .cp
  633.                                                              Page 2 of 2
  634.  
  635.   Example(s):
  636.  
  637.     Delete all files with the extension .ASM.
  638.  
  639.       DEL *.ASM
  640.  
  641.     Delete all files. DOS will ask to verify this operation.
  642.  
  643.       DEL *.*
  644.  
  645.     Delete the file named FILE1.TXT.
  646.  
  647.       DEL FILE1.TXT
  648. *END*
  649. %DEL/ERASE%
  650.                                                              Page 1 of 2
  651.  
  652.   Purpose:
  653.  
  654.     Deletes the specified disk file.
  655.  
  656.   Format:
  657.  
  658.     DEL (or ERASE) [d:][path]filename[.ext] [/C] [/S]
  659.  
  660.       /C  Prompts you to confirm deletion on a file by file basis
  661.       /S  Includes deletion of system files
  662.  
  663.   Explanation:
  664.  
  665.     This command erases files that match the filename.   Write protected
  666.     files cannot be erased.   If the global filename  characters *.* are
  667.     given, DOS will request verification of this command, by displaying:
  668.     " Are you sure  (Y/N)? "   The global filename  characters, ? and *,
  669.     are allowed.
  670. .cp
  671.                                                              Page 2 of 2
  672.  
  673.   Example(s):
  674.  
  675.     Delete all files with the extension .ASM.
  676.  
  677.       DEL *.ASM
  678.  
  679.     Delete all files. DOS will ask to verify this operation.
  680.  
  681.       DEL *.*
  682.  
  683.     Delete the file named FILE1.TXT.
  684.  
  685.       ERASE FILE1.TXT
  686. *END*
  687. %DELPURGE%
  688.                                                              Page 1 of 2
  689.  
  690.   Purpose:
  691.  
  692.     DELPURGE R1.00    Delwatch File and Directory purge
  693.     Used to free diskspace occupied by "pending-delete" files.
  694.  
  695.   Format:
  696.     
  697.     DELPURGE [/Help] [d:][path][filespec] [options]
  698.  
  699.       d:           drive to search
  700.       path         directory where search begins (default is current)
  701.       filespec     file or directory to purge (wildcards allowed)
  702.       /A           purge all Delwatch files that match wildspec  without
  703.                    prompting
  704.       /D:mm-dd-yy  only purge  Delwatch files  deleted  before specified
  705.                    date
  706.       /D:-num      only purge  Delwatch files  deleted more  than  'num'
  707.                    days ago
  708.                    e.g., /D:-7 purges files deleted more than a week ago
  709. .cp
  710.                                                              Page 2 of 2
  711.  
  712.   Format:  (cont'd)
  713.  
  714.       /L           list all Delwatch files that match wildspec (will not
  715.                    purge)
  716.       /P           pause after each page is displayed
  717.       /S           operate on Delwatch files in subdirectories
  718.       /T:hh:mm:ss  only purge Delwatch files  deleted before a specified
  719.                    time
  720.  
  721.   Explanation:
  722.  
  723.     When the DELWATCH TSR is active  and you delete a file,  the file is
  724.     not actually deleted - it is merely marked as "pending delete".  The
  725.     disk space is still in use.  DELPURGE is used to  actually carry out
  726.     the delete operation and free up the disk space.
  727. *END*
  728. %DELQ%
  729.                                                              Page 1 of 2
  730.  
  731.   Purpose:
  732.  
  733.     Deletes the specified disk file(s),  automatically querying for con-
  734.     firmation before deleting.
  735.  
  736.   Format:
  737.  
  738.     DELQ [d:][path]filename[.ext] [/S]
  739.  
  740.       /S  Includes deletion of system files
  741.  
  742.   Explanation:
  743.  
  744.     This command erases files that match the filename.   Write protected
  745.     files cannot be erased.   The global  filename  characters,  "?" and
  746.     "*", are allowed.
  747. .cp
  748.                                                              Page 2 of 2
  749.  
  750.   Example(s):
  751.  
  752.     Delete - after confirmation - all files with the extension .ASM.
  753.  
  754.       DELQ *.ASM
  755.  
  756.     Delete - after confirmation - the file named FILE1.TXT.
  757.  
  758.       DELQ FILE1.TXT
  759. *END*
  760. %DELQ/ERAQ%
  761.                                                              Page 1 of 2
  762.  
  763.   Purpose:
  764.  
  765.     Deletes the specified disk file(s),  automatically querying for con-
  766.     firmation before deleting.
  767.  
  768.   Format:
  769.  
  770.     DELQ (or ERAQ) [d:][path]filename[.ext] [/S]
  771.  
  772.       /S  Includes deletion of system files
  773.  
  774.   Explanation:
  775.  
  776.     This command erases files that match the filename.   Write protected
  777.     files cannot be erased.   The global  filename  characters,  "?" and
  778.     "*", are allowed.
  779. .cp
  780.                                                              Page 2 of 2
  781.  
  782.   Example(s):
  783.  
  784.     Delete - after confirmation - all files with the extension .ASM.
  785.  
  786.       DELQ *.ASM
  787.  
  788.     Delete - after confirmation - the file named FILE1.TXT.
  789.  
  790.       ERAQ FILE1.TXT
  791. *END*
  792. %DELWATCH%
  793.                                                              Page 1 of 4
  794.  
  795.   Purpose:
  796.  
  797.     DELWATCH R1.00    Utility to install the DELWATCH TSR
  798.  
  799.   Format:
  800.  
  801.     DELWATCH d: [d:..] [switches]
  802.  
  803.       d:      drive letter of drive to be enabled or  disabled (must not
  804.               not be a network or substituted drive).   If more than one
  805.               drive is to be enabled, then any switches apply to all the
  806.               drives.   If different values  are required  for different
  807.               drives, then multiple DELWATCH commands must be entered.
  808.  
  809.       /S      Display DELWATCH status.
  810.       /MU     Load DELWATCH TSR into upper memory. If none available, do
  811.               not install.
  812.       /ML     Load DELWATCH TSR  into lower memory (TPA space),  even if
  813.               upper memory is available.
  814. .cp
  815.                                                              Page 2 of 4
  816.  
  817.   Format:  (cont'd)
  818.  
  819.       /D      Disable DELWATCH on specified drives.   This switch cannot
  820.               be used with any other switch.
  821.  
  822.               If /D is not specified, DELWATCH is enabled for the speci-
  823.               fied drives. The following switches apply:
  824.  
  825.       /B:nnn  Specify how many files of the same name,  in the same dir-
  826.               directory,  are to be saved (eg. <.BAK> files).   Once the
  827.               specified number  is reached,  the least  recently deleted
  828.               file of that name is removed.  The minimum is 1, the maxi-
  829.               mum is 65535, and the default is 1.
  830.  
  831.       /O:ext[+ext..]
  832.               Save only  files with the  specifed extensions.  A maximum
  833.               of 10 extensions  can be specified, where 'ext'  is a file
  834.               extension optionally preceded by '.'.
  835. .cp
  836.                                                              Page 3 of 4
  837.  
  838.   Format:  (cont'd)
  839.  
  840.               No spaces are allowed. A null file extension can be speci-
  841.               fied using a single '.',  e.g., '/o:.+exe'.   The wildcard
  842.               character '?' is allowed.
  843.  
  844.       /E:ext[+ext..]
  845.               Save all files except those with the specified extensions.
  846.               A maximum of 10 extensions can be specified.   This switch
  847.               cannot be used with the /O switch.
  848.  
  849.       /F:nnn  Specify the maximum number of files to be saved.  The min-
  850.               imum is 1,  the maximum is 65535,  and the  default is 200
  851.               for a hard disk, and 20 for a floppy disk.
  852.  
  853.       /F:ALL  Save all files; i.e.,  do not purge  any files even if the
  854.               disk becomes full.
  855. .cp
  856.                                                              Page 4 of 4
  857.  
  858.   Explanation:
  859.  
  860.      The DELWATCH command is used to install/uninstall the DELWATCH TSR.
  861.      When the DELWATCH TSR is active, a file you delete  is not actually
  862.      deleted.  It is merely marked as "pending delete."   The disk space
  863.      remains in use. The file will not be listed by the DIR command, but
  864.      the file still exists. It can be fully recovered using the UNDELETE
  865.      command, or it can be  deleted for real by  using the DELPURGE com-
  866.      mmand.
  867.  
  868.      Even after a reboot with the  DELWATCH TSR no longer active,  space
  869.      occupied by "pending delete"  files is not available  for use until
  870.      a DELPURGE command is eventually run.
  871. *END*
  872. %DIR%
  873.                                                              Page 1 of 2
  874.  
  875.   Purpose:
  876.  
  877.     Displays a list of file names in the specified directory, or current
  878.     directory if none is specified.
  879.  
  880.   Format:
  881.  
  882.     DIR [d:][path][filename[.ext]] [/D][/S][/A][/L][/R][/C][/P][/W]
  883.  
  884.       /D   display files where the system attribute is reset
  885.       /S   displays all files with the system attribute set
  886.       /A   displays all files
  887.       /L   includes file size and date/time stamp
  888.       /R   tells Dr DOS to remember new switches as defaults for DIR
  889.       /C   tells Dr DOS to remember thse switches for next DIR
  890.       /P   pause after each full page screen display
  891.       /W   list in wide format across the screen
  892. .cp
  893.                                                              Page 2 of 2
  894.  
  895.   Explanation:
  896.  
  897.     DIR displays the file contents of a disk directory. Without switches
  898.     DIR does not display hidden or system files.   The use of wildcards,
  899.     such as "*" and "?", allow you  to specify multiple  files or groups
  900.     of files.
  901.  
  902.   Example(s):
  903.  
  904.     Show all files in the current drive and directory with a file exten-
  905.     sion of .WP
  906.  
  907.       DIR *.WP
  908.  
  909.     Show all files on drive A.
  910.  
  911.       DIR A:
  912. *END*
  913. %DISKCOMP%
  914.                                                              Page 1 of 2
  915.  
  916.   Purpose:
  917.  
  918.     DISKCOMP R2.00    Floppy diskette comparison utility
  919.  
  920.   Format:
  921.  
  922.     DISKCOMP [d:] [d:] [/1] [/8] [/V]
  923.  
  924.       d:    drive specification for *REMOVABLE* drive
  925.       /1    compare first side only of double sided diskette
  926.       /8    compare only first eight sectors per track of diskette
  927.       /A    provides audible warning for diskette  change and comparison
  928.             complete
  929.       /M    compare multiple copies of a single disk or image file
  930.       /V    verify that all tracks can be read (other switches ignored)
  931.  
  932. .cp
  933.                                                              Page 2 of 2
  934.  
  935.   Explanation:
  936.  
  937.     DISKCOMP compares two entire diskettes track by track.  This is use-
  938.     ful to verify that a DISKCOPY operation was successful.
  939.  
  940.     Older versions of DOS only used one side of the diskette, and 8 sec-
  941.     per track. New versions use two sides of the disk, and 9 sectors per
  942.     track; this allows for more data to be stored on each diskette.  The
  943.     /1 and /8 parameters are not necessary with DrDOS or new versions of
  944.     DOS.
  945.  
  946.   Example(s):
  947.  
  948.     Compare the double sided 9 sector diskettes in drives A and B.
  949.  
  950.       DISKCOMP A: B:
  951. *END*
  952. %DISKCOPY%
  953.                                                              Page 1 of 2
  954.  
  955.   Purpose:
  956.  
  957.     DISKCOPY R1.33    Floppy diskette duplication
  958.  
  959.   Format:
  960.  
  961.     DISKCOPY [s:] [d:] [/1]
  962.  
  963.       s:            drive containing source diskette
  964.       d:            drive containing destination diskette
  965.       /1            copy side 0 only
  966.  
  967.   Explanation:
  968.  
  969.     The DISKCOPY command copies an entire diskette and formats the dest-
  970.     ination disk if necessary. If you have only one disk drive, DISKCOPY
  971.     will tell you when to change the disks.  **NOTE:  DISKCOPY will copy
  972.     only between two identical drive types and floppy types.
  973. .cp
  974.                                                              Page 2 of 2
  975.  
  976.   Explanation:  (cont'd)
  977.  
  978.     The DISKCOPY command also copies the floppy volume label.  This com-
  979.     mand will not work even using a single drive if the source and dest-
  980.     ination floppies are of different densities.
  981.  
  982.     In general,  the DISKCOPY command is  not a good  method of  copying
  983.     diskettes because it preserves the often found  inefficient ordering
  984.     of data.  Use the FORMAT and COPY or XCOPY commands instead.
  985.  
  986.   Example(s):
  987.  
  988.     Duplicate floppies using drive B only.
  989.  
  990.       DISKCOPY B: B:
  991. *END*
  992. %DISKMAP%
  993.                                                              Page 1 of 2
  994.   Purpose:
  995.  
  996.     DISKMAP R1.00      Undelete assistance utility.
  997.  
  998.   Format:
  999.  
  1000.     DISKMAP [/D] drive: [drive: [drive:]...]
  1001.  
  1002.       /D     Recreate DISKMAP file ignoring existing information.
  1003.  
  1004.   Explanation:
  1005.  
  1006.     DISKMAP provides a way of saving information  about deleted files to
  1007.     help UNDELETE find them for recovery operation.
  1008.  
  1009.     DISKMAP makes a copy of the FAT(File Allocation Table) on a disk and
  1010.     saves it until the next time DISKMAP is run.   This table provides a
  1011.     pointer to the original location of deleted files.  This data can be
  1012.     used by the UNDELETE command to restore a  deleted file *AS LONG AS*
  1013. .cp
  1014.                                                              Page 2 of 2
  1015.  
  1016.   Explanation:  (cont'd)
  1017.  
  1018.     that disk space has not been reallocated to another file.
  1019.  
  1020.     DELWATCH guarantees successful recovery of deleted files,  but costs
  1021.     you in terms of disk space  and application memory consumed.   DISK-
  1022.     MAP does not consume application memory, but does not guarantee file
  1023.     recovery of deleted files will be possible.
  1024. *END*
  1025. %DISKOPT%
  1026.                                                              Page 1 of 1
  1027.  
  1028.   Purpose:
  1029.  
  1030.     DISKOPT R1.00      Optimize the layout of the files on disk.
  1031.  
  1032.   Format:
  1033.  
  1034.     DISKOPT [drive:] [/B]
  1035.  
  1036.       /B     Force monochrome attributes on the display.
  1037.  
  1038.   Explanation:
  1039.  
  1040.     DISKOPT is a menu driven utility used to  rewrite/reorganize data on
  1041.     the specified disk to make file(s) contiguous versus fragmented.  It
  1042.     will optionally sort directories and move all free space  to the end
  1043.     of the disk.
  1044. *END*
  1045. %EDITOR%
  1046.                                                              Page 1 of 1
  1047.  
  1048.   Purpose:
  1049.  
  1050.     EDITOR R2.00    Full Screen Text Editor
  1051.  
  1052.   Format:
  1053.  
  1054.     EDITOR [/Help]  [d:][path][filename[.ext]]
  1055.  
  1056.   Explanation:
  1057.  
  1058.     EDITOR is a text editor.   It can be  used to create,  alter or just
  1059.     read through a file of ASCII text.
  1060.  
  1061.     The command line  file  specification is the drive,  path  and file-
  1062.     name  of the file  to be edited.   If you do not supply  this on the
  1063.     command line, EDITOR will  prompt you for it.  If the  file does not
  1064.     exist EDITOR will ask you if you wish to create it.   Online help is
  1065.     available when executing  EDITOR by pressing Cntrl-J.
  1066. *END*
  1067. %ERAQ%
  1068.                                                              Page 1 of 2
  1069.  
  1070.   Purpose:
  1071.  
  1072.     Deletes the specified disk file(s),  automatically querying for con-
  1073.     firmation before deleting.
  1074.  
  1075.   Format:
  1076.  
  1077.     ERAQ [d:][path]filename[.ext] [/S]
  1078.  
  1079.       /S  Includes deletion of system files
  1080.  
  1081.   Explanation:
  1082.  
  1083.     This command erases files that match the filename.   Write protected
  1084.     files cannot be erased.   The global  filename  characters,  "?" and
  1085.     "*", are allowed.
  1086. .cp
  1087.                                                              Page 2 of 2
  1088.  
  1089.   Example(s):
  1090.  
  1091.     Delete - after confirmation - all files with the extension .ASM.
  1092.  
  1093.       ERAQ *.ASM
  1094.  
  1095.     Delete - after confirmation - the file named FILE1.TXT.
  1096.  
  1097.       ERAQ FILE1.TXT
  1098. *END*
  1099. %ERASE%
  1100.                                                              Page 1 of 2
  1101.  
  1102.   Purpose:
  1103.  
  1104.     Deletes the specified disk file.
  1105.  
  1106.   Format:
  1107.  
  1108.     ERASE [d:][path]filename[.ext] [/C] [/S]
  1109.  
  1110.       /C  Prompts you to confirm deletion on a file by file basis
  1111.       /S  Includes deletion of system files
  1112.  
  1113.   Explanation:
  1114.  
  1115.     This command erases files that match the filename.   Write protected
  1116.     files cannot be erased.   If the global filename  characters *.* are
  1117.     given, DOS will request verification of this command, by displaying:
  1118.     " Are you sure  (Y/N)? "   The global filename  characters, ? and *,
  1119.     are allowed.
  1120. .cp
  1121.                                                              Page 2 of 2
  1122.  
  1123.   Example(s):
  1124.  
  1125.     Delete all files with the extension .ASM.
  1126.  
  1127.       ERASE *.ASM
  1128.  
  1129.     Delete all files. DOS will ask to verify this operation.
  1130.  
  1131.       ERASE *.*
  1132.  
  1133.     Delete the file named FILE1.TXT.
  1134.  
  1135.       ERASE FILE1.TXT
  1136. *END*
  1137. %EXE2BIN%
  1138.                                                              Page 1 of 2
  1139.  
  1140.   Purpose:
  1141.  
  1142.     EXE2BIN  R1.00 Convert EXE files to BIN or COM files.
  1143.   
  1144.   Format:
  1145.  
  1146.     EXE2BIN [/H] [file1[.ex1]] [file2[.ex2]] [/Sxxxx]
  1147.  
  1148.     file1        This is the source EXE type file. The file must have a
  1149.                  valid EXE header.  If no  extension is specified a de-
  1150.                  fault of .exe is added. File1 can include a valid path.
  1151.     file2        This is  the destination  filename.   If file2 is given
  1152.                  with no extension, then .bin or .com is added depending
  1153.                  on the contents of  the source EXE header.  If file2 is
  1154.                  not specified then  file1 is  used with  a .bin or .com
  1155.                  extension. File2 can include a valid path.
  1156.     /Sxxxx       xxxx is a (maximum of)  4 digit hex value which will be
  1157.                  used as the base  for any segment  fixups which are re-
  1158.                  quired for a BIN type file.
  1159. .cp
  1160.                                                              Page 2 of 2
  1161.  
  1162.   Explanation:
  1163.  
  1164.     EXE2BIN converts EXE type executable files produced by a DOS  linker
  1165.     into binary image files (usually with a .bin extension) or .com exe-
  1166.     cutable files.   Whether the destination file is a BIN or a COM type
  1167.     depends on the initial IP field  in the EXE file's header.   A value
  1168.     of 0  will result in a BIN type file and a value of 100h will result
  1169.     in a COM  type file.   The  destination filename  extension does NOT
  1170.     effect this.
  1171.  
  1172.   Example(s):
  1173.  
  1174.     Convert the file data.exe to data.bin.
  1175.  
  1176.       EXE2BIN data
  1177. *END*
  1178. %FC%
  1179.                                                              Page 1 of 3
  1180.   Purpose:
  1181.  
  1182.     FC R1.00  ASCII/Binary File Compare Utility.
  1183.  
  1184.   Format:
  1185.  
  1186.     FC [@]oldfile newfile [/A] [/B] [/C] [/Gn] [/L] [/Mn] [/W]
  1187.  
  1188.       oldfile   Path and filename of old file. May contain wildcards. If
  1189.                 oldfile is preceded by a '@' it is treated as a filelist
  1190.                 containing the names of the files to be compared.
  1191.       newfile   Path and filename of new file. May contain wildcards. If
  1192.                 oldfile is a file list,  newfile just specifies the path
  1193.                 where the new files are located.
  1194.       /A        Abbreviate output during an ASCII comparison.
  1195.       /B        Force a binary comparison.
  1196.       /C        Ignore case during an ASCII comparison.
  1197.       /Gn       Change the number of lines which must match before a re-
  1198.                 synchronization occurs.  Default is 5.
  1199. .cp
  1200.                                                              Page 2 of 3
  1201.  
  1202.   Format:  (cont'd)
  1203.  
  1204.       /L        Force an ASCII line by line comparison.
  1205.       /Mn       Change the maximum number  of mismatches which can occur
  1206.                 during a binary comparison. Default is 20.  Unlimited=0.
  1207.       /W        Ignore white  space (spaces and  tabs) during ASCII com-
  1208.                 parison.
  1209.  
  1210.     FC defaults to  binary comparison for  .EXE, .COM, .SYS, .OBJ, .BIN,
  1211.     and .LIB files.
  1212.  
  1213.   Explanation:
  1214.  
  1215.     FC compares  the contents  of ASCII  text files or  binary files and
  1216.     displays the  differences detected.  FC determines the  type of file
  1217.     being compared from the file extension and then performs the compar-
  1218.     ison in either binary or text mode.
  1219. .cp
  1220.                                                              Page 3 of 3
  1221.  
  1222.   Explanation:  (cont'd)
  1223.  
  1224.     FC compares the contents of the two files line by line and then gen-
  1225.     erates displays indicating  what lines need to be inserted, deleted,
  1226.     or replaced to make <file1> look like <file2>.
  1227. *END*
  1228. %FDISK%
  1229.                                                              Page 1 of 1
  1230.  
  1231.   Purpose:
  1232.  
  1233.     Prepares a hard disk for formatting.
  1234.  
  1235.   Format:
  1236.  
  1237.     FDISK
  1238.  
  1239.   Explanation:
  1240.  
  1241.     A new hard disk is not usable until the surface has been partitioned
  1242.     and then formatted.  FDISK does the partitioning.   Then utilize the
  1243.     use the FORMAT command to format the disk.  You only have to use the
  1244.     FDISK command once.  *** WARNING ***  The FDISK command destroys all
  1245.     files on the disk!
  1246.  
  1247.     See the Dr DOS User Guide for a detailed explanation of FDISK.
  1248. *END*
  1249. %FILELINK%
  1250.                                                              Page 1 of 3
  1251.  
  1252.   Purpose:
  1253.  
  1254.     FILELINK R1.05   File transfer utility.   Used to transfer files be-
  1255.     tween two computers connected via their serial communications ports.
  1256.  
  1257.  
  1258.   Format:
  1259.  
  1260.     FILELINK [/H] command [@][src_spec] [dest_spec] [COMn:b] [switches]
  1261.  
  1262.     FILELINK SETUP  [COMn:b]   configure FILELINK to use COM  port n for
  1263.                                baud rate b
  1264.     FILELINK DUPLICATE         transfer  FILELINK to other  computer via
  1265.                                COM port
  1266.     FILELINK SLAVE  [/X]       enter slave mode
  1267.     FILELINK DIRECTORY [filespec]  show directory of slave computer
  1268.     FILELINK QUIT              terminate  FILELINK running on slave com-
  1269.                                puter
  1270. .cp
  1271.                                                              Page 2 of 3
  1272.  
  1273.   Format:  (cont'd)
  1274.  
  1275.     FILELINK TRANSMIT  [@]src_spec [dest_spec] [switches]
  1276.      Copy src_spec files from master to slave. (@ preceeds a file list.)
  1277.      Use dest_spec to specify the destination path on slave.
  1278.  
  1279.     FILELINK RECEIVE   [@]src_spec [dest_spec] [switches]
  1280.      Copy src_spec files from slave to master. (@ precedes a file list.)
  1281.      Use dest_spec to specify the destination path on master.
  1282.  
  1283.     All commands may include a COMn:b parameter to  override the default
  1284.     port configuration set with the FILELINK SETUP command.
  1285.  
  1286.     /A            only transfer files with archive attribute
  1287.     /D:mm-dd-yy   only transfer files modified since specified date
  1288.     /H            transfer files with hidden or system attributes
  1289.     /U            only transfer files that don't exist on destination,
  1290.                   or exist but with an earlier date stamp
  1291. .cp
  1292.                                                              Page 3 of 3
  1293.  
  1294.   Format:  (cont'd)
  1295.  
  1296.     /M            only transfer files with archive attribute
  1297.     /P            (TRANSMIT/RECEIVE) prompt before transfering each file
  1298.     /P            (DIRECTORY) page directory display
  1299.     /R            overwrite read-only files
  1300.     /S            copy files in sub-directories
  1301.     /X            do not allow any file on slave to be overwritten
  1302.  
  1303.   Explanation:
  1304.  
  1305.     Used to establish a master-slave communication  link between two PCs
  1306.     that have been  connected together via a cable  between their serial
  1307.     commumications ports.  The communications link provides a  mechanism
  1308.     for inter-PC file transfers.  See Dr DOS User Guide for more details.
  1309. *END*
  1310. %FIND%
  1311.                                                              Page 1 of 2
  1312.  
  1313.   Purpose:
  1314.  
  1315.     FIND R1.44    Searches for a pattern of letters in a text file.
  1316.  
  1317.   Format:
  1318.  
  1319.     FIND [options] "search string" [@][[d:][path]filename[.ext]...]
  1320.       /B            change display format
  1321.       /C            show only the number of lines containing "string"
  1322.       /F            show only the name of files that contain "string"
  1323.       /N            display line numbers
  1324.       /S            search files in sub-directories
  1325.       /U            case-sensitive search (eg 'A' doesn't match 'a')
  1326.       /V            display lines not containing "string"
  1327.       @             the filename that follows is the name of a file list
  1328.       d:            drive which find is to search
  1329.       path          directory where search is to begin
  1330.       filename.ext  file to be searched (wildcards allowed)
  1331. .cp
  1332.                                                              Page 2 of 2
  1333.  
  1334.   Explanation:
  1335.  
  1336.     Use FIND to search text files for a specified string of characters.
  1337.  
  1338.   Example(s):
  1339.  
  1340.     Display lines from the file PROG that DO NOT contain the letter F.
  1341.  
  1342.       FIND/V "F" PROG
  1343.  
  1344.     Display how many lines in the file PROG that contain the name JOE.
  1345.  
  1346.       FIND/C "JOE" PROG
  1347. *END*
  1348. %FORMAT%
  1349.                                                              Page 1 of 3
  1350.  
  1351.   Purpose:
  1352.  
  1353.     FORMAT R2.00    Disk / diskette format program
  1354.  
  1355.   Format:
  1356.  
  1357.     FORMAT [d:] [options]
  1358.       d:         drive containing diskette to be formatted
  1359.       /V         prompt for volume label
  1360.       /B         leave space for OS system files (5.25 inch drives only)
  1361.       /S         transfer DrDOS O/S system files, including COMMAND.COM,
  1362.                  to root (\) directory of disk after formatting
  1363.       /8         set sectors per track to 8 (5.25 inch drives only)
  1364.       /1         set to single sided (5.25 inch drives only)
  1365.       /4         reduce format to 8/9 sectors (hyperdrives only)
  1366.       /N:8       set sectors per track
  1367.       /T:40      set tracks to be formatted (40 or 80 only)
  1368.       /F:360     capacity of disk to be formatted (160, 180, 320, 360,
  1369.                  1200, 720 or 1440)
  1370.  
  1371.  
  1372. .cp
  1373.                                                              Page 2 of 3
  1374.     Format:  (cont'd)
  1375.       /A         provide audible warning when format complete
  1376.       /X         allow formatting of fixed (non-removable) media drives
  1377.  
  1378.   Explanation:
  1379.  
  1380.     A new disk,  including a hard disk,  must be  prepared before  it is
  1381.     used for the first time. ***** WARNING ***** The FORMAT command des-
  1382.     troys all files on the disk!    The following table of parameters is
  1383.     allowed for each type of disk:
  1384.              ┌────────────┬─────────────────────────┐
  1385.              │   DISK     │   PARAMETERS ALLOWED    │
  1386.              ├────────────┼─────────────────────────┤
  1387.              │ 160K/180K  │  /S, /V, /1, /8, /B, /4 │
  1388.              │ 320K/360K  │  /S, /V, /1, /8, /B, /4 │
  1389.              │ 720K/1.44M │  /S, /V, /N, /T         │
  1390.              │ 1.2M       │  /S, /V, /N, /T         │
  1391.              │ FIXED DISK │  /S, /V  /X             │
  1392.              └────────────┴─────────────────────────┘
  1393. .cp
  1394.                                                              Page 3 of 3
  1395.  
  1396.   Example(s):
  1397.  
  1398.     Format the disk in drive A and make it a bootable system disk.
  1399.  
  1400.       FORMAT A: /S
  1401.  
  1402.     Format a 720K diskette in a 1.44M drive.
  1403.  
  1404.       FORMAT A: /N:9 /T:80
  1405. *END*
  1406. %GRAFTABL%
  1407.                                                              Page 1 of 1
  1408.  
  1409.   Purpose:
  1410.  
  1411.     GRAFTABL R1.01    Graphics character set support,
  1412.  
  1413.   Format:
  1414.  
  1415.     GRAFTABL [/Help] [code] [/STATUS]
  1416.       code      437    USA (Default if no code)
  1417.                 865    Norway
  1418.                 860    Portugal
  1419.                 863    French Canadian
  1420.                 850    Multilingual
  1421.       /STATUS   Display current status
  1422.  
  1423.   Explanation:
  1424.  
  1425.     Use GRAFTABL to display foreign language characters when in graphics
  1426.     mode on the color/graphics adapter (CGA).
  1427. *END*
  1428. %GRAPHICS%
  1429.                                                              Page 1 of 1
  1430.  
  1431.   Purpose:
  1432.  
  1433.     GRAPHICS R1.01    Graphics screen print utility
  1434.  
  1435.   Format:
  1436.  
  1437.     graphics [COLOR] [/R]
  1438.  
  1439.     /R      Reverse black and white dots.
  1440.     COLOR   Use color printer.
  1441.  
  1442.   Explanation:
  1443.  
  1444.     Allows the contents of a graphics screen  to be printed on a printer
  1445.     which can print graphics.
  1446. *END*
  1447. %JOIN%
  1448.                                                              Page 1 of 1
  1449.  
  1450.   Purpose:
  1451.  
  1452.     JOIN    R1.00   Join physical drives.
  1453.  
  1454.   Format:
  1455.  
  1456.     JOIN [/Help] [d: path | /D]
  1457.  
  1458.     d:            drive to JOIN
  1459.     path          root directory to JOIN to
  1460.     /D            undo JOIN on d:
  1461.  
  1462.   Explanation:
  1463.  
  1464.     Connects a drive to a directory on another drive to produce a single
  1465.     directory structure from two separate directories.
  1466. *END*
  1467. %KEYB%
  1468.                                                              Page 1 of 2
  1469.  
  1470.   Purpose:
  1471.  
  1472.     KEYB R2.06    National keyboard utility
  1473.  
  1474.   Format:
  1475.  
  1476.     KEYB code[+|-][,codepage] [/MH] [/MU] [/ML]
  1477.  
  1478.     Country               Codepages      Country               Codepages
  1479.     BE - Belgium          437   850      PO - Portugal         860   850
  1480.     CF - Canada (French)  863   850      SF - Swiss (French)   437   850
  1481.     DK - Denmark          865   850      SG - Swiss (German)   437   850
  1482.     FR - France           437   850      SP - Spain            437   850
  1483.     GR - Germany          437   850      SV - Sweden           437   850
  1484.     IT - Italy            437   850      SU - Finland          437   850
  1485.     LA - Latin America    437   850      UK - United Kingdom   437   850
  1486.     NL - Netherlands      437   850      US - United States    437   850
  1487.     NO - Norway           865   850
  1488. .cp
  1489.                                                              Page 2 of 2
  1490.  
  1491.   Format:  (cont'd)
  1492.  
  1493.     +     Force keyboard type to enhanced
  1494.     -     Force keyboard type to non-enhanced
  1495.     /MH   Load KEYB into high memory (HMA)
  1496.     /MU   Load KEYB into upper memory
  1497.     /ML   Load KEYB into conventional memory
  1498.  
  1499.     If codepage is omitted then the 1st, (local), codepage shown will be
  1500.     assumed.
  1501.  
  1502.   Explanation:
  1503.  
  1504.     Loads a keyboard program that replaces the keyboard program resident
  1505.     in the ROM BIOS. This will allow support of non-U.S. keyboards.
  1506. *END*
  1507. %LABEL%
  1508.                                                              Page 1 of 2
  1509.  
  1510.   Purpose:
  1511.  
  1512.     Allows you to create, change, or delete a volume label on a disk.
  1513.  
  1514.   Format:
  1515.  
  1516.     LABEL [d:] [volume label]
  1517.  
  1518.   Explanation:
  1519.  
  1520.     The LABEL command is used to assign or write an identifying label on
  1521.     a disk drive volume.  Typically, the label is used to readily ident-
  1522.     ify what information  is contained on the disk,  or what the disk is
  1523.     used for.   A label can also be  written on the disk when it is for-
  1524.     matted by using the FORMAT  command with the /V parameter.   Or, you
  1525.     can assign or change a disk label by using the LABEL command. Labels
  1526.     cannot exceed 11 alpha-numeric characters.
  1527. .cp
  1528.                                                              Page 2 of 2
  1529.  
  1530.   Example(s):
  1531.  
  1532.     LABEL will show any label currently on the disk in drive A and query
  1533.     if you want to change or delete the current label.
  1534.  
  1535.       LABEL A:
  1536.  
  1537.     Write a volume label of "HELP_FILES" on the disk in drive A.
  1538.  
  1539.       LABEL A: HELP_FILES
  1540. *END*
  1541. %MD%
  1542.                                                              Page 1 of 2
  1543.  
  1544.   Purpose:
  1545.  
  1546.     Creates a  subdirectory on the  specified disk  within the specified
  1547.     directory.
  1548.  
  1549.   Format:
  1550.  
  1551.     MD [d:]path
  1552.  
  1553.   Example(s):
  1554.  
  1555.     Create a subdirectory named LEVEL1 under the current directory.
  1556.  
  1557.       MD LEVEL1
  1558.  
  1559. .cp
  1560.                                                              Page 2 of 2
  1561.  
  1562.   Example(s):
  1563.  
  1564.     Create a subdirectory named ADP under the root directory of drive C.
  1565.  
  1566.       MD \ADP
  1567.  
  1568.     Create a subdirectory named ELEC under the directory named UTILS.
  1569.  
  1570.       MD \UTILS\ELEC
  1571. *END*
  1572. %LOCK%
  1573.                                                              Page 1 of 1
  1574.  
  1575.   Purpose:
  1576.  
  1577.     LOCK R1.00    System and Keyboard Lock.
  1578.  
  1579.   Format:
  1580.  
  1581.     LOCK [/H]|[password]
  1582.  
  1583.       /H           Help.  Gives help on this command.
  1584.       password     Password to use to re-gain entry.
  1585.  
  1586.   Explanation:
  1587.  
  1588.     Use LOCK to temporarily lock your  operating system  while you leave
  1589.     your PC unattended without switching it off.  You specify a password
  1590.     to use to unlock the system, or alternatively  the User Key password
  1591.     that you typed to login can be used to re-gain entry.  **NOTE**: For
  1592.     non-secure systems, a LOCK password must be specified.
  1593. *END*
  1594. %LOGIN%
  1595.                                                              Page 1 of 1
  1596.  
  1597.   Purpose:
  1598.  
  1599.     LOGIN   R1.00   DRDOS Login command.
  1600.  
  1601.   Format:
  1602.  
  1603.     LOGIN [/Help] [dirpath]
  1604.  
  1605.       dirpath       new default directory for system security files
  1606.       /H            displays this help text.
  1607.  
  1608.   Explanation:
  1609.  
  1610.     The LOGIN  command is used to  display the directory  containing the
  1611.     system security files,  or to change the default  directory used for
  1612.     the system security files.
  1613. *END*
  1614. %MD/MKDIR%
  1615.                                                              Page 1 of 2
  1616.  
  1617.   Purpose:
  1618.  
  1619.     Creates a  subdirectory on the  specified disk  within the specified
  1620.     directory.
  1621.  
  1622.   Format:
  1623.  
  1624.     MKDIR [d:]path  or  MD [d:]path
  1625.  
  1626.   Example(s):
  1627.  
  1628.     Create a subdirectory named LEVEL1 under the current directory.
  1629.  
  1630.       MD LEVEL1
  1631. .cp
  1632.                                                              Page 2 of 2
  1633.  
  1634.   Example(s):
  1635.  
  1636.     Create a subdirectory named ADP under the root directory of drive C.
  1637.  
  1638.       MD \ADP
  1639.  
  1640.     Create a subdirectory named ELEC under the directory named UTILS.
  1641.  
  1642.       MD \UTILS\ELEC
  1643. *END*
  1644. %MEM%
  1645.                                                              Page 1 of 2
  1646.  
  1647.   Purpose:
  1648.  
  1649.     MEM R1.04    Memory usage utility
  1650.     Show current memory utilization.
  1651.  
  1652.   Format:
  1653.  
  1654.     MEM [/Help] | [/B] [/D] [/S] [/M] [/A] [/P]
  1655.       /H       Display this help text
  1656.       /B       Show memory blocks in conventional memory
  1657.       /U       Show memory blocks in upper memory
  1658.       /F       Show memory blocks in high memory
  1659.       /D       Show device drivers
  1660.       /S       Show system structures
  1661.       /M       Show system memory map
  1662.       /A       Show all information
  1663.       /P       Pause listing at each page
  1664.  
  1665. .cp
  1666.                                                              Page 2 of 2
  1667.  
  1668.   Examples:
  1669.  
  1670.     Show the total amount of memory available in use (i.e., no switch).
  1671.  
  1672.       MEM        (resulting display is shown below)
  1673.  
  1674.   ┌── Memory Type ───┬─ Total Bytes(Kbytes ) ─┬───── Available ────────┐
  1675.   │                  │                        │                        │
  1676.   │ Conventional     │    655,360 (   640K )  │   610,736 (    596K )  │
  1677.   │ High             │     65,520 (    64K )  │         0 (      0K )  │
  1678.   │ Extended         │  3,145,728 ( 3,072K )  │         0 (      0K )  │
  1679.   │ Extended via XMS │         N/A            │ 2,719,744 (  2,656K )  │
  1680.   │ EMS              │  3,440,640 ( 3,360K )  │ 2,785,280 (  2,720K )  │
  1681.   └──────────────────┴────────────────────────┴────────────────────────┘
  1682.  
  1683.     Show current upper memory utilization and device drivers in use.
  1684.  
  1685.       MEM /U /D
  1686. *END*
  1687. %MEMMAX%
  1688.                                                              Page 1 of 1
  1689.  
  1690.   Purpose:
  1691.  
  1692.     MEMMAX R2.00   Memory extension control.
  1693.     Provide control of utilization of upper and lower memory.
  1694.  
  1695.   Format:
  1696.  
  1697.     MEMMAX [/Help] [+|-U] [+|-L] [/U] [/L]
  1698.      +U    opens upper memory for HILOAD (-U closes it)
  1699.      +L    opens lower memory for programs (-L closes it)
  1700.      +V    maps memory into video memory space (-V unmaps it)
  1701.      /U    displays upper memory status
  1702.      /L    displays lower memory status
  1703.      /V    displays video memory status
  1704.  
  1705.     Upper memory is  memory between  640 Kb and 1 Mb.   Lower memory  is
  1706.     memory in the first 64 Kb.
  1707. *END*
  1708. %MKDIR%
  1709.                                                              Page 1 of 2
  1710.  
  1711.   Purpose:
  1712.  
  1713.     Creates a  subdirectory on the  specified disk  within the specified
  1714.     directory.
  1715.  
  1716.   Format:
  1717.  
  1718.     MKDIR [d:]path
  1719.  
  1720.   Example(s):
  1721.  
  1722.     Create a subdirectory named LEVEL1 under the current directory.
  1723.  
  1724.       MKDIR LEVEL1
  1725. .cp
  1726.                                                              Page 2 of 2
  1727.  
  1728.   Example(s):
  1729.  
  1730.     Create a subdirectory named ADP under the root directory of drive C.
  1731.  
  1732.       MKDIR \ADP
  1733.  
  1734.     Create a subdirectory named ELEC under the directory named UTILS.
  1735.  
  1736.       MKDIR \UTILS\ELEC
  1737. *END*
  1738. %MODE%
  1739.                                                              Page 1 of 5
  1740.  
  1741.   Purpose:
  1742.  
  1743.     MODE R1.22    Printer and screen mode utility.
  1744.  
  1745.     Set the way that a printer, a color/graphics monitor adapter, or
  1746.     asynchronous communications adapter operates.
  1747.  
  1748.   Format:
  1749.  
  1750.     MODE LPT#:[n][,[m][,[P][,s]]]
  1751.       or LPT#:=COMn
  1752.       or mode[,lines]
  1753.       or [mode],m[,T]
  1754.       or CON: [LINES=lines] [COLS=cols] [RATE=r DELAY=d]
  1755.       or COM#:b[,p][,d][,s][,P]
  1756.       or device CODEPAGE options
  1757.  
  1758.     Each format of MODE command is explained in detail as follows:
  1759. .cp
  1760.                                                              Page 2 of 5
  1761.  
  1762.   Format:  (cont'd)
  1763.  
  1764.     LPT#:n,m,P   Set-up printer
  1765.       #=Printer port number,  n=characters per line (80, 132),
  1766.       m=lines per inch (6 or 8), and P=Continuous retry on timeout
  1767.  
  1768.     LPT#:=COMn   Redirect printer port # output to serial port n
  1769.  
  1770.     mode,lines   Set display mode
  1771.       mode=   40 or BW40 - 40 columns no color (CGA)
  1772.               80 or BW80 - 80 columns no color (CGA)
  1773.               CO40       - 40 columns color (CGA)
  1774.               CO80       - 80 columns color (CGA)
  1775.               MONO       - 80 columns (MDA)
  1776.       lines= # of text rows: 25, 43 or 50
  1777.  
  1778.     [mode],m[,T] Set display mode parameter as described above
  1779.       m=CGA display shift direction: L or R
  1780.       T=show test pattern
  1781. .cp
  1782.                                                              Page 3 of 5
  1783.  
  1784.   Format:  (cont'd)
  1785.  
  1786.     CON: LINES = lines        lines = number of text rows: 25, 43, or 50
  1787.     CON: COLS = cols          cols=number of text columns: 40 or 80
  1788.  
  1789.     CON: RATE = r DELAY = d   r=keyboard typematic rate: 1..32
  1790.                               d=keyboard typematic delay: 1..4
  1791.  
  1792.     COM#:b,p,d,s,P Set serial port #=serial port number
  1793.       b=baud rate - 110..19200
  1794.       p=parity    - E(ven), N(one) or O(dd)
  1795.       d=data bits - 7 or 8
  1796.       s=stop bits - 1 or 2
  1797.       P=Continuous retry on timeout
  1798.  
  1799.     device CODEPAGE PREPARE=((cplist) [d:][path]filename[.ext])
  1800.       device      one of CON, PRN, LPT1, etc
  1801.       cplist      one or more of 437, 850, 860, 863, 865
  1802.       filename    specifies the file containing the character shapes
  1803. .cp
  1804.                                                              Page 4 of 5
  1805.  
  1806.   Format:  (cont'd)
  1807.     device CODEPAGE SELECT=cp
  1808.       device      one of CON, PRN, LPT1, etc
  1809.       cp          one of 437, 850, 860, 863, 865
  1810.  
  1811.     device CODEPAGE REFRESH
  1812.       device      one of CON, PRN, LPT1, etc
  1813.  
  1814.     device CODEPAGE /STATUS
  1815.       device      one of CON, PRN, LPT1, etc
  1816.  
  1817.   Explanation:
  1818.  
  1819.     Set the way  that a printer,  a color/graphics  monitor adapter,  or
  1820.     asynchronous  communications adapter operates.   See examples below.
  1821.     See the Dr DOS User Guide for a much more  thorough treatment of the
  1822.     MODE command and its multitude of options.
  1823. .cp
  1824.                                                              Page 5 of 5
  1825.  
  1826.   Example(s):
  1827.  
  1828.     Set the screen to color mode with 80 columns
  1829.  
  1830.       MODE CO80
  1831.  
  1832.     Set the first communications  port to 1200 baud,  no parity,  8 data
  1833.     bits, and 1 stopbit.
  1834.  
  1835.       MODE COM1:1200,N,8,1
  1836.  
  1837.     Set the first parallel printer to 132 columns per line.
  1838.  
  1839.       MODE LPT1:132
  1840. *END*
  1841. %MORE%
  1842.                                                              Page 1 of 1
  1843.  
  1844.   Purpose:
  1845.  
  1846.     Stops the screen from scrolling when it is full.
  1847.  
  1848.   Format:
  1849.  
  1850.     MORE <input filename
  1851.  
  1852.   Example(s):
  1853.  
  1854.     Display the file SAMPLE.DAT on the screen and pause when each screen
  1855.     is full.
  1856.  
  1857.       MORE <SAMPLE.DAT  or      TYPE SAMPLE.DAT | MORE
  1858. *END*
  1859. %MOVE%
  1860.                                                              Page 1 of 3
  1861.  
  1862.   Purpose:
  1863.  
  1864.     MOVE R1.00    File / directory move
  1865.  
  1866.   Format:
  1867.  
  1868.     MOVE [/Help] [@][d:][path][filename[.ext]]
  1869.                     [d:][path][filename[.ext]] [/Option(s)]
  1870.  
  1871.       The first file  specification is the  drive, path and  name of the
  1872.       source to be moved (wildcard name allowed only when moving files).
  1873.       This specification  must be present.   Use '@' to specify that the
  1874.       given source contains  a list of sources to  be moved.  The second
  1875.       name is the  destination drive and  path to which  sources will be
  1876.       moved.  Files will be moved to  reside under the destination path,
  1877.       directories will be  moved to be subdirectories of the destination
  1878.       path.
  1879. .cp
  1880.                                                              Page 2 of 3
  1881.  
  1882.   Format:  (cont'd)
  1883.  
  1884.     Optional switches include:
  1885.  
  1886.     /A            only move files with the archive attribute
  1887.     /D:mm-dd-yy   only move files modified since specified date
  1888.     /H            move files with hidden or system attributes
  1889.     /M            only move files with the  archive attribute, reset the
  1890.                   attribute
  1891.     /P            prompt before moving each file or directory
  1892.     /R            overwrite read-only files
  1893.     /S            move files in subdirectories
  1894.     /T            move branches of directory tree
  1895.     /V            verify that data is written correctly
  1896.     /W            wait for disks to be changed
  1897. .cp
  1898.                                                              Page 3 of 3
  1899.  
  1900.   Explanation:
  1901.  
  1902.     Use the MOVE command to move a file, group of files, or subdirectory
  1903.     from one location to another on the same or a different disk.   MOVE
  1904.     actually copies each specified file or subdirectory to the specified
  1905.     target location and then deletes the original  file or subdirectory.
  1906.     Therefore, read-only files are copied, but the originals are not de-
  1907.     leted.
  1908.  
  1909.   Example(s):
  1910.  
  1911.     Move all files with an extension of .txt from the "A:\tax" directory
  1912.     to the "C:\txtfiles" directory on the hard drive.
  1913.  
  1914.       MOVE  A:\TAX\*.TXT  C:\TXTFILES
  1915. *END*
  1916. %NLSFUNC%
  1917.                                                              Page 1 of 1
  1918.  
  1919.   Purpose:
  1920.  
  1921.     NLSFUNC  R3.02     National Language Support.
  1922.  
  1923.   Format:
  1924.  
  1925.     NLSFUNC [[d:]path|/H]
  1926.       d:path       Drive and path of COUNTRY.SYS file.
  1927.       /H           Display help screen.
  1928.       /MH          Load NLSFUNC into high (HMA) memory
  1929.       /MU          Load NLSFUNC into upper memory
  1930.       /ML          Load NLSFUNC into conventional memory
  1931.       
  1932.   Explanation:
  1933.  
  1934.     NLSFUNC provides support for extended country information and allows
  1935.     you to use the CHCP command to select code pages for all devices set
  1936.     up to use them.
  1937. *END*
  1938. %PASSWORD%
  1939.                                                              Page 1 of 2
  1940.  
  1941.   Purpose:
  1942.  
  1943.    PASSWORD R1.52    Display or change password protection level
  1944.  
  1945.   Format:
  1946.  
  1947.    PASSWORD [@][d:][path][filename.ext] [/R|W|D|P|G[:password]] [/N][/S]
  1948.  
  1949.       /R[:passwd] "passwd" required to read, write or delete the FILE
  1950.       /W[:passwd] "passwd" required to write or delete the FILE
  1951.       /D[:passwd] "passwd" required only to delete the FILE
  1952.       /P[:passwd] "passwd" required for all access to the DIRECTORY
  1953.       /G[:passwd] set global default password
  1954.       /N    remove password protection from file
  1955.       /NP   remove password protection from directory
  1956.       /NG   remove global default password
  1957.       /S    operate on files or directories in subdirectories
  1958.     Multiple files may be specified on the command line.
  1959.     Use '@' to specify that the filename that follows is a file list.
  1960. .cp
  1961.                                                              Page 2 of 2
  1962.  
  1963.   Explanation:
  1964.  
  1965.     The PASSWORD command is used to assign  password protection to files
  1966.     or paths.
  1967.  
  1968.   Example(s):
  1969.  
  1970.     Assign the password "SUZIE" to the file EYESOFF.LTR.
  1971.  
  1972.       PASSWORD eyesoff.ltr /r:SUZIE
  1973. *END*
  1974. %PATH%
  1975.                                                              Page 1 of 2
  1976.  
  1977.   Purpose:
  1978.  
  1979.     Establishes a search path for program execution.
  1980.  
  1981.   Format:
  1982.  
  1983.     PATH [d:]path[[;[d:]path...]  or  PATH ;
  1984.  
  1985.   Explanation:
  1986.  
  1987.     A hard disk is divided  into subdirectories to make  it more manage-
  1988.     able.  However, this type of structure has its advantages and disad-
  1989.     vantages.   When you want to run a program,  you must know where the
  1990.     program is located in order for Dr DOS to find it,  and then run it.
  1991.     You can use the PATH command to tell Dr DOS where to search for pro-
  1992.     grams you want to run.   You may specify a list of  drives and path-
  1993.     names, separated by semicolons.  Then, when you enter a command that
  1994. .cp
  1995.                                                              Page 2 of 2
  1996.  
  1997.   Explanation:  (cont'd)
  1998.  
  1999.     is not found in the current drive and directory,  Dr DOS will search
  2000.     all drives and directories on the path,  for that program file name.
  2001.  
  2002.   Example(s):
  2003.  
  2004.     Show the current path setting (if any).
  2005.  
  2006.       PATH
  2007.  
  2008.     Tell Dr DOS to search the current directory (default), then the ROOT
  2009.     directory, then the directory named UTILS.
  2010.  
  2011.       PATH C:\;C:\UTILS
  2012.  
  2013.     Remove all previous path settings.
  2014.  
  2015.       PATH ;
  2016. *END*
  2017. %PRINT%
  2018.                                                              Page 1 of 3
  2019.  
  2020.   Purpose:
  2021.  
  2022.     Prints a queue (a list) of  data files on the  printer while you are
  2023.     doing other jobs on the computer.
  2024.  
  2025.     PRINT R1.20    Print a queue of files in the background
  2026.  
  2027.   Format:
  2028.  
  2029.     PRINT [/D:device][/B:buffsiz][/U:busytick][/M:maxtick]
  2030.           [/S:timeslice][/Q:quesiz][/C][/P][/T] [filespec...]
  2031.  
  2032.       /C   cancel the preceding and all following filenames
  2033.       /P   print the preceding and all following filenames
  2034.       /T   cancel all files on queue
  2035.  
  2036. .cp
  2037.                                                              Page 2 of 3
  2038.  
  2039.   Explanation:
  2040.  
  2041.     /S:timeslice - to specify the time-slice value. Default is 8 slices.
  2042.                    The range is 1 to 255.
  2043.  
  2044.     /U:busytick  - to specify the number of clock ticks  that PRINT will
  2045.                    wait until print device is available. Default is 1.
  2046.  
  2047.     /M:maxtick   - to specify  how many  clock ticks PRINT  has to print
  2048.                    characters to the printer.   Default is 2.  The range
  2049.                    is 1 to 255.
  2050.  
  2051.     /T           - to set Terminate mode.  All queued files are canceled
  2052.                    from the print queue.
  2053.  
  2054.     /C           - to set the cancel  mode.   Allows you to select which
  2055.                    files to cancel.
  2056. .cp
  2057.                                                              Page 3 of 3
  2058.  
  2059.   Explanation:  (cont'd)
  2060.  
  2061.     /P           - to set the print mode.  The preceding filename +  all
  2062.                  following filenames are added to the print  queue until
  2063.                  /C is found on the command line, or you press Enter.
  2064.  
  2065.   Example(s):
  2066.  
  2067.     Print all files with the extension .TXT in the current directory.
  2068.  
  2069.       PRINT *.TXT
  2070. *END*
  2071. %PROMPT%
  2072.                                                              Page 1 of 3
  2073.  
  2074.   Purpose:
  2075.  
  2076.     Defines the DOS command line prompt.
  2077.  
  2078.   Format:
  2079.  
  2080.     PROMPT [prompt-text]
  2081.  
  2082.   Explanation:
  2083.  
  2084.     Where prompt-text specifies the  new text for the DOS prompt.   This
  2085.     can contain special characters in the form $p.   These special char-
  2086.     acters are as follows:
  2087.  
  2088.       $  the $ character                  l  the < character
  2089.       t  the time                         b  the | character
  2090.       d  the date                         q  the = character
  2091.       p  the current directory            h  the backspace character
  2092. .cp
  2093.                                                              Page 2 of 3
  2094.  
  2095.   Explanation:  (cont'd)
  2096.  
  2097.     v  the DOS version number           e  the ESCape character
  2098.     n  the default drive letter         _  the CR LF sequence
  2099.     g  the > character
  2100.  
  2101.     The initial DOS prompt is the drive letter followed by the ">" char-
  2102.     acter.   However, the prompt can be changed to something else, which
  2103.     you may prefer over the default DOS prompt.  A popular prompt is the
  2104.     $p$g prompt.   This makes the prompt the current drive letter,  plus
  2105.     the current directory,  and then the ">" character.   This is useful
  2106.     when using a hard disk with several subdirectories.
  2107.  
  2108.     You can get very creative with the PROMPT command.
  2109.  
  2110. .cp
  2111.                                                              Page 3 of 3
  2112.  
  2113.   Example(s):
  2114.  
  2115.     Make the DOS prompt the current directory name and the greater than
  2116.     sign (C:\UTILS>).
  2117.  
  2118.       PROMPT $P$G
  2119.  
  2120.     Make the prompt the system time and date.
  2121.  
  2122.       PROMPT $T$D
  2123. *END*
  2124. %RD%
  2125.                                                              Page 1 of 1
  2126.  
  2127.   Purpose:
  2128.  
  2129.     Deletes a subdirectory from the disk.
  2130.  
  2131.   Format:
  2132.  
  2133.     RD [d:]path
  2134.  
  2135.   Explanation:
  2136.  
  2137.     This command  removes a subdirectory  from the disk,  but only after
  2138.     all the files have been deleted with the DEL command.  Some programs
  2139.     write  hidden files  that cannot be deleted  using the  DEL command.
  2140.     Then the RD command will not work on this subdirectory.
  2141.  
  2142.   Example(s):
  2143.  
  2144.     Delete the subdirectory named UTILS.
  2145.  
  2146.       RD \UTILS
  2147. *END*
  2148. %RD/RMDIR%
  2149.                                                              Page 1 of 1
  2150.  
  2151.   Purpose:
  2152.  
  2153.     Deletes a subdirectory from the disk.
  2154.  
  2155.   Format:
  2156.  
  2157.     RMDIR [d:]path  or  RD [d:]path
  2158.  
  2159.   Explanation:
  2160.  
  2161.     This command  removes a subdirectory  from the disk,  but only after
  2162.     all the files have been deleted with the DEL command.  Some programs
  2163.     write  hidden files  that cannot be deleted  using the  DEL command.
  2164.     Then the RD command will not work on this subdirectory.
  2165.  
  2166.   Example(s):
  2167.  
  2168.     Delete the subdirectory named UTILS.
  2169.  
  2170.       RD \UTILS
  2171. *END*
  2172. %RECOVER%
  2173.                                                              Page 1 of 1
  2174.  
  2175.   Purpose:
  2176.  
  2177.     RECOVER R1.02    Recover lost data from a damaged disk
  2178.  
  2179.   Format:
  2180.  
  2181.     RECOVER d:
  2182.     Recover cluster  chains into files.   Used only if root directory is
  2183.     corrupted.
  2184.  
  2185.     RECOVER [d:][path]filespec
  2186.     Recover file(s) containing bad sectors.
  2187.  
  2188.   Explanation:
  2189.  
  2190.     The RECOVER command  enables you to retrieve  information from files
  2191.     that have been corrupted.  If you have a file that is only partially
  2192.     readable, it removes unreadable parts so that the rest is usable.
  2193. *END*
  2194. %REN%
  2195.                                                              Page 1 of 2
  2196.  
  2197.   Purpose:
  2198.  
  2199.     Renames a disk file.
  2200.  
  2201.   Format:
  2202.  
  2203.     REN[AME] [d:][path]filename[.ext] filename[.ext]
  2204.  
  2205.   Explanation:
  2206.  
  2207.     The RENAME command changes  the name of a disk file.   Only the name
  2208.     is changed; the file itself is not altered. The wild card symbols, ?
  2209.     and *, may be used, but they should occur in  identical positions in
  2210.     both names or only be used in one name.
  2211.  
  2212.     Either REN or RENAME can be used.
  2213. .cp
  2214.                                                              Page 2 of 2
  2215.  
  2216.   Example(s):
  2217.  
  2218.     Rename all files named JOE  with any extension to  JIM with the same
  2219.     extension.
  2220.  
  2221.       RENAME JOE.* JIM.*
  2222. *END*
  2223. %RENDIR%
  2224.                                                              Page 1 of 2
  2225.  
  2226.   Purpose:
  2227.  
  2228.     RENDIR R1.00    In-situ directory rename utility
  2229.  
  2230.   Format:
  2231.  
  2232.     RENDIR [/Help] [d:]pathname [d:]pathname
  2233.  
  2234.     The first pathname is the directory to be renamed; the second is the
  2235.     new directory name.
  2236.  
  2237.       /H           gives this help screen.
  2238.       d:           is the drive on which both pathnames reside.
  2239.  
  2240.   Explanation:
  2241.  
  2242.     RENDIR is used to rename a directory or subdirectory.   The level of
  2243.     indenture in the directory tree can not be changed in the process.
  2244. .cp
  2245.                                                              Page 2 of 2
  2246.  
  2247.   Examples:
  2248.  
  2249.     RENDIR c:\fred c:\bill             - legal
  2250.     RENDIR c:\fred c:\alan\bill        - ILLEGAL
  2251.     RENDIR c:\alan\fred c:\alan\bill   - legal
  2252.     RENDIR c:\john\bill c:\bill        - ILLEGAL
  2253. *END*
  2254. %REPLACE%
  2255.                                                              Page 1 of 2
  2256.  
  2257.   Purpose:
  2258.  
  2259.     Selectively replaces files on the target with  files of the same name
  2260.     from the source.
  2261.  
  2262.     REPLACE R1.44    Selective file copy
  2263.  
  2264.   Format:
  2265.  
  2266.     REPLACE [/Help] [@][d:][path][filename[.ext]] [d:][path] [/options]
  2267.  
  2268.     The first file specification is the drive,  path and name of file(s)
  2269.     to be copied (wildcard filenames allowed).   This specification must
  2270.     be present.   Use '@' to specify that the given file contains a list
  2271.     of files to be copied.
  2272.  
  2273.     The second file  specification is  the destination drive and path to
  2274.     which files will be copied. Default is the current drive and path.
  2275. .cp
  2276.                                                              Page 2 of 2
  2277.  
  2278.   Format:   (cont'd)
  2279.       /A          only copy files that do not exist on the destination
  2280.       /H          don't ignore files with hidden or system attributes
  2281.       /M          merge changed  files on source with unchanged files on
  2282.                   destination
  2283.       /N          preview operation - do not actually copy any files
  2284.       /P          prompt before copying each file
  2285.       /R          overwrite read-only files
  2286.       /S          copy files in subdirectories
  2287.       /U          only replace  files older on the destination  than the
  2288.                   source
  2289.       /W          wait for disks to be changed
  2290.  
  2291.   Example(s):
  2292.  
  2293.     Replace all files named JOE.TXT on your fixed disk drive C from your
  2294.     floppy drive A.
  2295.  
  2296.       REPLACE A:JOE.TXT C:\ /S
  2297. *END*
  2298. %RESTORE%
  2299.                                                              Page 1 of 2
  2300.  
  2301.   Purpose:
  2302.  
  2303.     RESTORE R2.00    Restore files saved by BACKUP
  2304.     Restores one or more backed-up files from one disk to another disk.
  2305.   
  2306.   Format:
  2307.  
  2308.     RESTORE [/Help] d: [[d:][path]filename] [/switches]
  2309.       /A:mm-dd-yy   restore files modified on or after specified date
  2310.       /B:mm-dd-yy   restore files modified on or before specified date
  2311.       /E:hh:mm:ss   restore files modified  at or earlier than specified
  2312.                     time
  2313.       /L:hh:mm:ss   restore files modified at or later than a  specified
  2314.                     time
  2315.       /M         restore files modified or deleted since last backup
  2316.       /N         restore files that no longer exist on the destination
  2317.       /P         prompt before restoring files changed since last backup
  2318. .cp
  2319.                                                              Page 2 of 2
  2320.  
  2321.   Format:  (cont'd)
  2322.  
  2323.       /R         report names of files which WOULD be restored - take no
  2324.                  action
  2325.       /S         restore files in subdirectories also
  2326.  
  2327.   Example(s):
  2328.  
  2329.     Restore all files from the backup diskettes to disk drice C.
  2330.     
  2331.       RESTORE A: C:\*.* /S
  2332. *END*
  2333. %RMDIR%
  2334.                                                              Page 1 of 1
  2335.  
  2336.   Purpose:
  2337.  
  2338.     Deletes a subdirectory from the disk.
  2339.  
  2340.   Format:
  2341.  
  2342.     RMDIR [d:]path
  2343.  
  2344.   Explanation:
  2345.  
  2346.     This command  removes a subdirectory  from the disk,  but only after
  2347.     all the files have been deleted with the DEL command.  Some programs
  2348.     write  hidden files  that cannot be deleted  using the  DEL command.
  2349.     Then the RMDIR command will not work on this subdirectory.
  2350.  
  2351.   Example(s):
  2352.  
  2353.     Delete the subdirectory named UTILS.
  2354.  
  2355.       RMDIR \UTILS
  2356. *END*
  2357. %SCRIPT%
  2358.                                                              Page 1 of 1
  2359.  
  2360.   Purpose:
  2361.  
  2362.     SCRIPT R1.0  PostScript printing utility
  2363.  
  2364.   Format:
  2365.  
  2366.     SCRIPT [/Help] [/U] [<source spec> [<destination spec>]]
  2367.  
  2368.       /? or /H[ELP]       Display this help text
  2369.       /U[NINSTALL]        Uninstall SCRIPT if resident
  2370.       <source spec> and <destination spec> can be:
  2371.         [<device or file name>]    Source or destination (default LPT1:)
  2372.         [/O[RIENTATION]=P[ORTRAIT]|L[ANDSCAPE]]
  2373.                           Set orientation (default PORTRAIT)
  2374.         [/P[OINTSIZE]=<point size>]
  2375.                           Set character height in points (default 11)
  2376.         [/T[IMEOUT]=<timeout in seconds>
  2377.                           Set inactivity timeout (default 10)
  2378.         [/R[ESET]         Reset printer
  2379.                                                              
  2380. *END*
  2381. %SET%
  2382.                                                              Page 1 of 2
  2383.  
  2384.   Purpose:
  2385.  
  2386.     This command will insert strings into the  command processors envir-
  2387.     onment.  A copy of this environment is made available to any program
  2388.     running.
  2389.  
  2390.   Format:
  2391.  
  2392.     SET [name=[parameter]]
  2393.  
  2394.   Explanation:
  2395.  
  2396.     The entire string is inserted into the environment block. All lower-
  2397.     case letters are converted to uppercase  when inserted in the block.
  2398.     If the name already  exists in the environment,  it will be replaced
  2399.     with the new string.
  2400.  
  2401.     If you type SET without any parameters,  it will show you the envir-
  2402.     onment block strings.
  2403. .cp
  2404.                                                              Page 2 of 2
  2405.  
  2406.   Explanation:
  2407.  
  2408.     If name is  specified without  anything after  the equal sign,  then
  2409.     that name string will be deleted from the current environment block.
  2410.  
  2411.   Example(s):
  2412.  
  2413.     Place a string associated with LIB into the environment block.
  2414.  
  2415.       SET LIB=C:\TURBOC\LIB
  2416.  
  2417.     Erase the previous string entered.
  2418.  
  2419.       SET LIB=
  2420. *END*
  2421. %SETUP%
  2422.                                                              Page 1 of 1
  2423.  
  2424.   Purpose:
  2425.  
  2426.     SETUP   R3.0    Change DR DOS configuration.
  2427.  
  2428.   Format:
  2429.  
  2430.     SETUP [/Help]
  2431.  
  2432.   Explanation:
  2433.  
  2434.     Setup allows you to change your Dr DOS configuration as specified in
  2435.     your CONFIG.SYS and AUTOEXEC.BAT files.
  2436. *END*
  2437. %SHARE%
  2438.                                                              Page 1 of 2
  2439.  
  2440.   Purpose:
  2441.  
  2442.     SHARE  R1.02  File sharing support.
  2443.     Loads support for file sharing.
  2444.  
  2445.   Format:
  2446.  
  2447.     SHARE [/H|[/X][/L:nn]]
  2448.  
  2449.       /H           Display help screen.
  2450.       /X           Turns state of SHARE off.
  2451.       /L:nn        Allocated nn locks.
  2452.       /MU          Load SHARE into upper memory
  2453.       /MH          Load SHARE into high (HMA) memory
  2454.       /ML          Load SHARE into conventional memory
  2455. .cp
  2456.                                                              Page 2 of 2
  2457.  
  2458.   Explanation:
  2459.  
  2460.     SHARE is a Dr DOS program which provides support for file locking, a
  2461.     means by which all or  part of a file may be  reserved for exclusive
  2462.     access by one program.
  2463. *END*
  2464. %SID%
  2465.                                                              Page 1 of 1
  2466.  
  2467.   Purpose:
  2468.  
  2469.     Symbolic Instruction Debugger  SID  R3.2
  2470.  
  2471.   Format:
  2472.  
  2473.     SID [filename]
  2474.  
  2475.   Explanations:
  2476.  
  2477.     SID  (Symbolic Instruction Debugger)  allows you to  test  and debug
  2478.     programs interactively.   Help is available on SID  commands by run-
  2479.     ning SID and then typing ? or ?? at the SID command prompt.
  2480.  
  2481.     See the Dr DOS User Guide for a thorough treatment of SID.
  2482. *END*
  2483. %SORT%
  2484.                                                              Page 1 of 2
  2485.  
  2486.   Purpose:
  2487.  
  2488.     Reads data from the standard input device, sorts the data,  and then
  2489.     writes it to the standard output device.
  2490.  
  2491.   Format:
  2492.  
  2493.     SORT [/H][/R][/+n]
  2494.  
  2495.       /R   - to sort in reverse order
  2496.       /+n  - to sort based on the characters in column n
  2497.  
  2498.   Explanation:
  2499.  
  2500.     SORT is a filter program which reads standard input, sorts it alpha-
  2501.     betically, and then writes it to the standard output device.
  2502. .cp
  2503.                                                              Page 2 of 2
  2504.  
  2505.   Example(s):
  2506.  
  2507.     Read the file UNSORT.TXT, sort its records starting in column 1, and
  2508.     write the sorted output to a file name SORT.TXT.
  2509.  
  2510.       SORT /R <UNSORT.TXT >SORT.TXT
  2511.  
  2512.     Produce a directory listing sorted by file size (file size starts in
  2513.     column 14).
  2514.  
  2515.       DIR | SORT /+14
  2516. *END*
  2517. %SSTOR%
  2518.                                                              Page 1 of 2
  2519.  
  2520.   Purpose:
  2521.  
  2522.     SSTOR R1.3    Data Compression Utilities
  2523.  
  2524.   Format:
  2525.  
  2526.     SSTOR [/Help] [/B]
  2527.  
  2528.       /Help         Displays this screen
  2529.       /B            Uses monochrome display attributes
  2530.  
  2531.   Explanation:
  2532.  
  2533.     SSTOR starts  the SuperStor data  compression program.   Use of this
  2534.     utility "increases" the capacity  of a hard drive in  the sense that
  2535.     files are compressed when they are written to disk, and decompressed
  2536.     whenever they are read from the drive.
  2537. .cp
  2538.                                                              Page 2 of 2
  2539.  
  2540.   Explanation:  (cont'd)
  2541.  
  2542.     Note:  The SSTORDRV.SYS device driver must  be loaded before you can
  2543.     can use the SuperStor data  compression/decompression program.   See
  2544.     Chapter 13 of the  Dr DOS 6.0 User's Guide  for a complete treatment
  2545.     of the subject.  The SSTORDRV.SYS device driver  must loaded as part
  2546.     of the CONFIG.SYS file which is run at boot-time.
  2547. *END*
  2548. %SUBST%
  2549.                                                              Page 1 of 2
  2550.  
  2551.   Purpose:
  2552.  
  2553.     SUBST R1.00     Drive substitution utility
  2554.     Establishes a subdirectory as a separate "disk".
  2555.  
  2556.   Format:
  2557.  
  2558.     SUBST [d:] [e:path]SUBST [/D]  or SUBST
  2559.  
  2560.     d:     specifies the drive  letter that you want to use  to refer to
  2561.            another drive or path.
  2562.  
  2563.     e:path specifies the drive or  path that you want to refer to with a
  2564.            nickname.  The path must start from the root directory.
  2565.  
  2566.     /D     deletes a substitution.  You must specify the drive letter of
  2567.            the drive whose substitution you want to delete.
  2568. .cp
  2569.                                                              Page 2 of 2
  2570.  
  2571.   Explanation:
  2572.  
  2573.     Some older programs do not  support the use of subdirectories,  they
  2574.     expect their data to be on a specific drive. In such a case, you can
  2575.     instruct DOS to treat a subdirectory as a different drive name. Then
  2576.     you can tell the program to  use this drive name  to access its data
  2577.     files.
  2578.  
  2579.   Example(s):
  2580.  
  2581.     Substitute drive D for the subdirectory \WP on drive C.
  2582.  
  2583.       SUBST D: C:\WP
  2584. *END*
  2585. %SUPERPCK%
  2586.                                                              Page 1 of 3
  2587.  
  2588.   Purpose:
  2589.  
  2590.     Super PC-Kwik(R) Disk Accelerator, DRI Edition, Version 4.04
  2591.  
  2592.   Format:
  2593.  
  2594.     SUPERPCK [\options], where the optional switches are:
  2595.  
  2596.       /*+         Enable cache hit indicator.
  2597.       /A+         Use expanded memory.
  2598.       /B+         Batch copy to/from cache.
  2599.       /C+         Use conventional memory.
  2600.       /D+         Advanced support for diskette drives.
  2601.       /EP         Use extended memory; optimize for performance.
  2602.       /EM         Use extended memory; minimize conventional memory use.
  2603.       /G+         If boots sectors contradicts BIOS, use boot info.
  2604.       /H+         Advanced support for hard-disk drives.
  2605.       /I+         Display drive table during installation.
  2606. .cp
  2607.                                                              Page 2 of 3
  2608.  
  2609.   Format:  (cont'd)
  2610.  
  2611.       /K+         Wait for keyboard response after any warning messages.
  2612.       /L:nnnn     Lend nnnn KB to other applications.
  2613.       /Mn+        Enable measurement pop-up.
  2614.       /O+         Give reads priority over writes.
  2615.       /P+         Display parameters in effect.
  2616.       /Q+         Quickly return DOS prompt.
  2617.       /R:nnnn     Reserve nnnn KB for applications.
  2618.       /S:nnnn     Allocate nnnn KB for cache.
  2619.       /T+         Read the rest of the track.
  2620.       /&U+        Load into UMB Memory.
  2621.       /V+         Use volume change detection hardware.
  2622.       /W+         Suppress redundant writes.
  2623.       /-x         Do not cache drive x.
  2624. .cp
  2625.                                                              Page 3 of 3
  2626.  
  2627.   Explanation:
  2628.  
  2629.     The SUPERPCK command loads or unloads  the Super PC-Kwik disk cache.
  2630.     This memory resident  utility reduces the number  of times your hard
  2631.     disk is physically accessed,  thereby improving  your system's speed
  2632.     performance.
  2633.  
  2634.     See Chapter 13 of your  Dr DOS 6.0 User's Guide  for a more complete
  2635.     treatment of Disk Optimization.
  2636. *END*
  2637. %SYS%
  2638.                                                              Page 1 of 2
  2639.  
  2640.   Purpose:
  2641.  
  2642.     SYS R1.31    Transfer operating system files
  2643.  
  2644.     Transfers a copy of the operating system files from the default
  2645.     drive to the specified drive.
  2646.  
  2647.   Format:
  2648.  
  2649.     [d1:][path]SYS d2:
  2650.  
  2651.   Explanation:
  2652.  
  2653.     Two hidden operating  system files are copied  from the source drive
  2654.     d1 to the destination drive d2, so that the destination disk becomes
  2655.     a bootable system disk.   Note, however, that the  SYS  command does
  2656.     not copy the COMMAND.COM file to the new disk.
  2657. .cp
  2658.                                                              Page 2 of 2
  2659.  
  2660.   Explanation:  (cont'd)
  2661.  
  2662.     You cannot use the SYS command to place the DOS files on a disk that
  2663.     was formatted without the /S parameter.
  2664.  
  2665.   Example(s):
  2666.  
  2667.     Transfer the operating system from the default drive to drive A.
  2668.  
  2669.       SYS A:
  2670. *END*
  2671. %TASKMAX%
  2672.                                                              Page 1 of 3
  2673.  
  2674.   Purpose:
  2675.  
  2676.     TaskMAX  R1.00    Application switcher
  2677.  
  2678.   Format:
  2679.  
  2680.     TASKMAX [/? | /H] [/D=dirpath] [/<installing options>] or
  2681.                                    [/<already resident options>]
  2682.  
  2683.       where installing options include:
  2684.  
  2685.       /D=dirpath   sets swap path  ( e.g., /D=c:\drdos\tmp )
  2686.       /X[=nnnn]    swap to eXpanded memory (nnnn is size in K)
  2687.       /E[=nnnn]    swap to Extended memory (nnnn is size in K)
  2688.       /F           save user defined fonts
  2689.       /V[:1]       VGA card not fully compatible (/V:1, then /V)
  2690. .cp
  2691.                                                              Page 2 of 3
  2692.  
  2693.   Format:  (cont'd)
  2694.  
  2695.       and already-installed options include:
  2696.  
  2697.       /C command      create new task and run 'command'
  2698.       /N[:nn][name]   names a specified task
  2699.       /N[:nn]         unnames a specified task
  2700.       /K[:nn]         deletes a specified task
  2701.       /L=nnnn         limits expanded memory per task (nnnn - size in K)
  2702.  
  2703.   Explanation:
  2704.  
  2705.     TaskMAX is a utility  which allows you  to switch easily and quickly
  2706.     between application  tasks.  TaskMAX handles  the automatic swapping
  2707.     of tasks to and from either memory  (extended or expanded, if avail-
  2708.     able) or disk when no more memory is available.  Tasks can  be added
  2709.     or deleted from the TaskMAX display menu at any time.
  2710. .cp
  2711.                                                              Page 3 of 3
  2712.  
  2713.   Explanation:  (cont'd)
  2714.  
  2715.     TaskMAX can be installed via the SETUP  program so that it is loaded
  2716.     automatically whenever your system is rebooted, or it can be invoked
  2717.     from the  command line (i.e.,  the DOS prompt).   However, the SHARE
  2718.     program must have been run before invoking  TaskMAX from the command
  2719.     line.
  2720.  
  2721.     See page 320 of the Dr DOS 6.0 User's Guide for a much more detailed
  2722.     treatment of the subject.
  2723. *END*
  2724. %TIME%
  2725.                                                              Page 1 of 2
  2726.  
  2727.   Purpose:
  2728.  
  2729.     Set or display the current system time.
  2730.  
  2731.   Format:
  2732.  
  2733.     TIME [hh:mm[:ss[.xx]]]
  2734.  
  2735.       hh to specify the hour
  2736.       mm to specify the minutes
  2737.       ss to specify the seconds
  2738.       xx to specify the hundredths of seconds.
  2739.  
  2740.     TIME with no  parameters shows  the current time and  asks for a new
  2741.     time.
  2742. .cp
  2743.                                                              Page 2 of 2
  2744.  
  2745.   Example(s):
  2746.  
  2747.     Set the time to noon.
  2748.  
  2749.       TIME 12:00:00
  2750. *END*
  2751. %TOUCH%
  2752.                                                              Page 1 of 2
  2753.  
  2754.   Purpose:
  2755.  
  2756.     TOUCH R1.42    Change file time and date stamps
  2757.  
  2758.   Format:
  2759.  
  2760.     TOUCH [/Help] [@][d:][path]filename[.ext] [/options]
  2761.  
  2762.       @             the filename that follows is the name of a file list
  2763.       d:            drive which touch is to search
  2764.       path          directory where search is to begin
  2765.       filename.ext  file to be touched (wildcards allowed)
  2766.  
  2767.       /T:hh:mm:ss   time to be set (24 hour) (default is current time)
  2768.       /D:mm-dd-yy   date to be set (default is current date)
  2769.       /F:[E|J|U]    specify European,  Japanese or USA  format for  date
  2770.                     option
  2771.       /P            prompt before touching each file
  2772. .cp
  2773.                                                              Page 2 of 2
  2774.  
  2775.   Format:  (cont'd)
  2776.  
  2777.       /R            touch read-only files
  2778.       /S            touch files in sub-directories
  2779.  
  2780.     Multiple files may be  specified on the command line.   The filename
  2781.     must present. If you wish to specify all files, use *.*
  2782.  
  2783.   Example(s):
  2784.  
  2785.     Set the date-time stamp on all files in the UTILS directory, includ-
  2786.     ing subdirectories, to be 06:30 am today.
  2787.  
  2788.       TOUCH \UTILS\*.* /S /T:06:30:00
  2789. *END*
  2790. %TREE%
  2791.                                                              Page 1 of 2
  2792.  
  2793.   Purpose:
  2794.  
  2795.     TREE R1.60    Show directory structure
  2796.     Displays all directory paths found on the specified drive.
  2797.  
  2798.   Format:
  2799.  
  2800.     TREE [/Help]  [d:][path][filename[.ext]] [/B] [/F] [/G] [/P]
  2801.  
  2802.       d:            drive which tree is to search
  2803.       path          directory where search is to begin (default is root)
  2804.       filename.ext  file to find
  2805.  
  2806.       /B            brief mode - omit file totals
  2807.       /F            display all files
  2808.       /G            graphical directory display
  2809.       /P            pause after each page
  2810.  
  2811.     Multiple files may be specified on the command line.
  2812. .cp
  2813.                                                              Page 2 of 2
  2814.  
  2815.   Explanation:
  2816.  
  2817.     When there are many subdirectories  and files on a hard disk,  it is
  2818.     difficult to visualize where files are and how to move from place to
  2819.     place.  The TREE command is designed to show the organization of the
  2820.     disk.  Unfortunately, this program does not give a good graphic pic-
  2821.     ture of  the subdirectory  structure of a disk.   Several commercial
  2822.     programs are available that will create graphic displays of the disk
  2823.     tree structure.
  2824.  
  2825.   Example(s):
  2826.  
  2827.     Show the directory tree for disk C.
  2828.  
  2829.       TREE C:
  2830.  
  2831.     The same as above but it also shows all files on drive C.
  2832.  
  2833.       TREE C: /F
  2834. *END*
  2835. %TYPE%
  2836.                                                              Page 1 of 2
  2837.  
  2838.   Purpose:
  2839.  
  2840.     Display a text file to the standard output device.
  2841.  
  2842.   Format:
  2843.  
  2844.     TYPE [d:][path]filename[.ext]
  2845.  
  2846.   Explanation:
  2847.  
  2848.     Global filename characters are NOT allowed.
  2849.  
  2850.     The TYPE command  will display the  contents of  a text  file on the
  2851.     video screen (standard output). The standard output redirection com-
  2852.     mand may be used to redirect the displayed output to another file or
  2853.     the printer.
  2854. .cp
  2855.                                                              Page 2 of 2
  2856.  
  2857.   Example(s):
  2858.  
  2859.     Display the contents of LETTER.TXT to the screen.
  2860.  
  2861.       TYPE LETTER.TXT
  2862.  
  2863.     Display the contents of LETTER.TXT to the printer using the standard
  2864.     output device redirection command.
  2865.  
  2866.       TYPE LETTER.TXT >PRN
  2867. *END*
  2868. %UNDELETE%
  2869.                                                              Page 1 of 3
  2870.  
  2871.   Purpose:
  2872.  
  2873.     UNDELETE R1.00    File and directory undelete
  2874.  
  2875.   Format:
  2876.  
  2877.     UNDELETE [/Help] [d:][path][filespec] [options]
  2878.  
  2879.       d:           drive to search
  2880.       path         directory where search  is to begin  (default  is the
  2881.                    current)
  2882.       filespec     file or  directory to  undelete (wildcards  allowed).
  2883.                    Not specifying a filespec invokes the menu-driven in-
  2884.                    terface.
  2885.       /A           recover all  deleted files that match  wildspec with-
  2886.                    out prompting.
  2887.       /B           do not use color in menus (black and white)
  2888. .cp
  2889.                                                              Page 2 of 3
  2890.  
  2891.   Format:  (cont'd)
  2892.  
  2893.       /D:mm-dd-yy  only undelete Delwatch  files deleted since specified
  2894.                    date
  2895.       /D:-num      only undelete Delwatch files deleted  'num' days ago.
  2896.                    (i.e., /D:-7  undeletes Delwatch files deleted during
  2897.                    the last week
  2898.       /L           list all deleted  files that match wildspec (will not
  2899.                    undelete)
  2900.       /P           pause after each page is displayed
  2901.       /R:method    recover files using given method where method is Del-
  2902.                    watch, Diskmap or Unaided. (i.e.,  /R:Delwatch,  will
  2903.                    only  recover files  that can be undeleted  using the
  2904.                    Delwatch method
  2905.       /S           operate on deleted files in subdirectories
  2906.       /T:hh:mm:ss  only undelete Delwatch  files deleted since specified
  2907.                    time
  2908. .cp
  2909.                                                              Page 3 of 3
  2910.  
  2911.   Explanation:
  2912.  
  2913.     The UNDELETE command  is used to recover  previously deleted  files.
  2914.     Three recovery methods are possible .  UNDELETE automatically deter-
  2915.     mines which method to use based on how much information exists about
  2916.     the file.
  2917.  
  2918.     If the file was deleted  while the DELWATCH  utility was active, the
  2919.     file can be easily recovered.  If the file was deleted after DISKMAP
  2920.     was run, the file can be recovered using DISKMAP data files provided
  2921.     that it has not been  subsequently overwritten.   The last resort is
  2922.     "unaided" recovery, in which UNDELETE  tries to locate  the original
  2923.     directory entry, restore it, and update the File Allocation Table.
  2924.  
  2925.     Command line  entry without  specifying a file  or optional switches
  2926.     invokes the menu-driven UNDELETE version of the command.
  2927.  
  2928.     See also the DrHELP entries for DELWATCH, DISKMAP,  and DELPURGE for
  2929.     more information about related topics.
  2930.  
  2931.  
  2932. *END*
  2933. %UNFORMAT%
  2934.                                                              Page 1 of 1
  2935.  
  2936.   Purpose:
  2937.  
  2938.     UNFORMAT R1.0     Undo safe format operation
  2939.  
  2940.   Format:
  2941.  
  2942.     UNFORMAT d:
  2943.  
  2944.       d:     disk drive to be UNformatted
  2945.  
  2946.   Explanation:
  2947.  
  2948.     UNFORMAT  allows you to  unformat a disk  or diskette  that has been
  2949.     "safe-formatted" using the DrDOS format command.  When a safe format
  2950.     is performed, critical data about the current format and file struc-
  2951.     ture is saved off and stored in an unused area on the disk/diskette.
  2952.     UNFORMAT allows the process to be reversed  so that any disk file(s)
  2953.     that have NOT been overwritten  since the safe formatting can be re-
  2954.     covered.
  2955. *END*
  2956. %UNINSTAL%
  2957.                                                              Page 1 of 1
  2958.  
  2959.   Purpose:
  2960.  
  2961.     UNINSTAL R1.00  DRDOS Uninstall Utility.
  2962.  
  2963.   Format:
  2964.  
  2965.     UNINSTAL [/H|/?] [/C]
  2966.       /H or /?      Display this help text.
  2967.       /C            Clean up old operating system.   Uninstallation will
  2968.                     no longer be possible.
  2969.  
  2970.   Explanation:
  2971.  
  2972.     If, during the installation  of DR DOS, you  selected the  option to
  2973.     save your old Operating System, UNINSTAL.EXE will remove DR DOS from
  2974.     your hard disk and restore your old Operating System.  Once UNINSTAL
  2975.     has been executed you will have to re-install DrDOS from the release
  2976.     diskettes.
  2977. *END*
  2978. %VER%
  2979.                                                              Page 1 of 1
  2980.  
  2981.   Purpose:
  2982.  
  2983.     Displays the Dr DOS version number.
  2984.  
  2985.   Format:
  2986.  
  2987.     VER
  2988.  
  2989.   Explanation:
  2990.  
  2991.     The Dr DOS version consists of a single digit  major version number,
  2992.     followed by a period, then a one digit minor version number.
  2993.  
  2994.   Example(s):
  2995.  
  2996.     Display the Dr DOS version number you are using.
  2997.  
  2998.       VER
  2999. *END*
  3000. %VERIFY%
  3001.                                                              Page 1 of 2
  3002.  
  3003.   Purpose:
  3004.  
  3005.     Sets DOS into the verify mode.
  3006.  
  3007.   Format:
  3008.  
  3009.     VERIFY [ON | OFF]
  3010.  
  3011.   Explanation:
  3012.  
  3013.     VERIFY without parameters shows the current setting of verify mode.
  3014.  
  3015.     If the VERIFY mode is set 'ON', Dr DOS will verify any data when it
  3016.     is written to the disk.   If the data cannot be  read back from the
  3017.     disk, Dr DOS will generate an error message at that time. This will
  3018.     allow you to see that a disk is damaged, replace the disk, and save
  3019.     your data to the new disk.
  3020. .cp
  3021.                                                              Page 2 of 2
  3022.  
  3023.   Example(s):
  3024.  
  3025.     Set the verify mode to ON.
  3026.  
  3027.       VERIFY ON
  3028. *END*
  3029. %VIEWMAX%
  3030.                                                              Page 1 of 1
  3031.  
  3032.   Purpose:
  3033.  
  3034.     Invoke the Dr DOS dual window command shell.
  3035.  
  3036.   Format:
  3037.  
  3038.     VIEWMAX
  3039.  
  3040.   Explanation:
  3041.  
  3042.     Brings up the full screen,  dual window Dr DOS command shell,  which
  3043.     has a graphics oriented, mouse driven user interface very similar to
  3044.     that of the MacIntosh.   Allows user to create  and manipulate "file
  3045.     folders" as well as  individual files and directories.   Full access
  3046.     to all Dr DOS commands.
  3047. *END*
  3048. %VOL%
  3049.                                                              Page 1 of 1
  3050.  
  3051.   Purpose:
  3052.  
  3053.     Displays the disk volume label information.
  3054.  
  3055.   Format:
  3056.  
  3057.     VOL [d:]
  3058.  
  3059.     If you do not specify a drive, the default drive is used.
  3060.  
  3061.   Example(s):
  3062.  
  3063.     Show the volume label for the disk in drive A.
  3064.  
  3065.       VOL A:
  3066. *END*
  3067. %XCOPY%
  3068.                                                              Page 1 of 2
  3069.  
  3070.   Purpose:
  3071.  
  3072.     XCOPY  R1.50    Extended file copy utility
  3073.     Selectively copy groups of files.
  3074.  
  3075.   Format:
  3076.  
  3077.     XCOPY [d:][path]filename[.ext]  [d:][path][filename[.ext]]
  3078.           [/A][/D:mm-dd-yy][/E][/M][/P][/S][/V][/W]
  3079.  
  3080.     The source specification is first, the target is second.
  3081.  
  3082.       /A  copies only files with the archive bit set,  meaning they have
  3083.           changed since last copied with BACKUP or XCOPY /M.
  3084.       /D:mm-dd-yy  copies files whose date is the same or later than the
  3085.           date specified.
  3086.       /E  creates subdirectories on the target disk even if they will be
  3087.           empty. Otherwise XCOPY will not create an empty subdirectory.
  3088. .cp
  3089.                                                              Page 2 of 2
  3090.  
  3091.   Format:  (cont'd)
  3092.  
  3093.       /M copies only files with the archive bit set,  but will clear the
  3094.          archive bit after  it is copied.   This is much like the BACKUP
  3095.          command.
  3096.       /P prompts you before copying each file.
  3097.       /S copies files in all subdirectories under the current directory.
  3098.       /V tells XCOPY to verify that each file has been copied correctly,
  3099.          much like the /V parameter in the COPY command.
  3100.       /W tells XCOPY to wait for you to insert a disk.
  3101.  
  3102.   Example(s):
  3103.  
  3104.     Use XCOPY to copy all files  named JOE.TXT with the  archive bit set
  3105.     from drive C to drive A, then clear the archive bit to indicate that
  3106.     it has been copied.
  3107.  
  3108.               XCOPY C:JOE.TXT A: /M
  3109. *END*
  3110. %XDEL%
  3111.                                                              Page 1 of 2
  3112.  
  3113.   Purpose:
  3114.  
  3115.     Extended file delete.   XDEL R1.42
  3116.  
  3117.   Format:
  3118.  
  3119.     XDEL [/Help]   [@][d:][path]filename[.ext]...  [/options]
  3120.       @             the filename that follows is the name of a file list
  3121.       d:            drive which xdel is to search
  3122.       path          directory where search is to begin
  3123.       filename.ext  file to be deleted (wildcards allowed)
  3124.       /D            remove empty subdirectories
  3125.       /N            delete specified files with no warning (careful!)
  3126.       /O            overwrite before deleting - file PERMANENTLY LOST
  3127.       /P            prompt before deleting each file
  3128.       /R            delete read-only files
  3129.       /S            delete files in subdirectories
  3130.  
  3131.     Multiple files may be specified on the command line.
  3132. .cp
  3133.                                                              Page 2 of 2
  3134.  
  3135.   Explanation:
  3136.  
  3137.     XDEL is a command used to delete multiple files extended across sub-
  3138.     directories and to remove empty directories.
  3139.  
  3140.   Examples:
  3141.  
  3142.     Delete all files with the  .DOC extension from the  currnt directory
  3143.     and all its subdirectories.
  3144.  
  3145.       XDEL *.DOC /S
  3146. *END*
  3147. %XDIR%
  3148.                                                              Page 1 of 2
  3149.  
  3150.   Purpose:
  3151.  
  3152.     Extended directory display   XDIR R2.00
  3153.   
  3154.   Format:
  3155.  
  3156.     XDIR [/H] [[+|-ADHRS] [d:][path][filename[.ext]]] [options]
  3157.  
  3158.     +|-ADHRS      It is possible to select files for display on the bas-
  3159.                   is of  their file attributes.   For example, "xdir +A"
  3160.                   will display only  those files that have the "archive"
  3161.                   attribute  set;  "xdir -R" will display all files that
  3162.                   do not have the read-only attribute set.
  3163.     d:            drive which xdir is to search
  3164.     path          directory where search begins (default is current)
  3165.     filename.ext  file to find (wildcards allowed)
  3166.     /B            brief mode: display only file path and name
  3167.     /C            display checksum for each file
  3168. .cp
  3169.                                                              Page 2 of 2
  3170.  
  3171.   Format:  (cont'd)
  3172.  
  3173.     /P            pause after each page is displayed
  3174.     /L            long display format (default)
  3175.     /N            do not sort directory
  3176.     /R            reverse sort order
  3177.     /S            display files in sub-directories
  3178.     /T            sort directory by date/time (default is by name)
  3179.     /W            wide display format
  3180.     /X            sort directory by filename extension
  3181.     /Y            sort directory by SuperStor file compression ratio
  3182.     /Z            sort directory by file size
  3183.  
  3184.   Explanation:
  3185.  
  3186.     XDIR is an expanded version of  DIR that provides  extra options for
  3187.     displaying the contents of directories and subdirectories.
  3188. *END*
  3189. %DRHELP%
  3190.                                                              Page 1 of 9
  3191.  
  3192.   The following is general information about the terms used in this HELP
  3193.   program and about Dr DOS terms and specifications.
  3194.  
  3195.  
  3196.   When the HELP program shows  the format of a command,  it includes all
  3197.   variations of the command.   Many times, all the  different parameters
  3198.   are not required;  these parameters are shown enclosed in square brac-
  3199.   kets ([ ]).
  3200.  
  3201.   In the HELP program,  we refer to all  Dr DOS commands as  'commands'.
  3202.   However, many of these Dr DOS commands are not built into Dr DOS; they
  3203.   are really programs that have been provided on your Dr DOS diskette.
  3204.  
  3205.   This HELP program does not attempt to cover all the technical informa-
  3206.   tion on every  Dr DOS command.  If a command  needs special attention,
  3207.   the HELP program  will simply refer  you to the Dr DOS manual for more
  3208.   information on the command. This program was created to help beginners
  3209.   and to be a quick reference to all PC users.
  3210. .cp
  3211.                                                              Page 2 of 9
  3212.  
  3213.   Each command explained in this  help program has four sections.   They
  3214.   are: the Purpose,  the command Format, Explanation,  and the Examples.
  3215.   The Format section describes the correct syntax for the command, along
  3216.   with all possible optional switches.
  3217.  
  3218.                        * FILE SPECIFICATIONS *
  3219.  
  3220.   The file specification tells Dr DOS  where to search for the specified
  3221.   file. A filespec has four parts: the drive letter, the path, the file-
  3222.   name, and filename extension.
  3223.  
  3224.                        
  3225.                        - The Drive Specifier -
  3226.  
  3227.   A drive letter specifies which drive the file is on.  The drive letter
  3228.   is followed by a colon.   For example, B: is the drive  specifier that
  3229.   represents drive B.  If a drive specifier is omitted, then DOS assumes
  3230.   the current (default) drive.
  3231. .cp
  3232.                                                              Page 3 of 9
  3233.  
  3234.                        - The Path Specifier -
  3235.  
  3236.   The path tells Dr DOS where the file can be found.  The path is another
  3237.   name for the directory or subdirectory.
  3238.  
  3239.                       - The Filename Specifier -
  3240.  
  3241.   A filename consists of one to eight characters.  The following are NOT
  3242.   valid characters:      .  "  /  \  [  ]  :  |  <  >  +  =  ;  ,  space
  3243.  
  3244.   Any other characters are valid filename characters.  Dr DOS checks for
  3245.   invalid filename characters in a filename specification.
  3246.  
  3247.                      - The Filename Extension -
  3248.  
  3249.   A filename extension consists of one to three characters preceded by a
  3250.   period.  The same rules apply for valid  extension characters as apply
  3251.   for filename characters.
  3252. .cp
  3253.                                                              Page 4 of 9
  3254.  
  3255.                   * GLOBAL FILENAME CHARACTERS *
  3256.  
  3257.   There are two  special characters that  can be used in a  filename and
  3258.   extension specification.  They are the "*" and "?" characters.   These
  3259.   characters  make life  much easier  when executing Dr DOS commands  on
  3260.   several files with similar names.
  3261.  
  3262.  
  3263.                      - The ? Character -
  3264.  
  3265.   A question mark (?) in a filename or filename extension indicates that
  3266.   any character can occupy that position.  For example,
  3267.  
  3268.                        dir lett?r.txt
  3269.  
  3270.   displays all  filenames on the default drive  that start with the four
  3271.   letters LETT, then any character, followed by the R character with the
  3272.   extension of .TXT.
  3273. .cp
  3274.                                                              Page 5 of 9
  3275.  
  3276.   An example of what might be displayed is:
  3277.  
  3278.     letter.txt
  3279.     lettxr.txt
  3280.     lett1r.txt
  3281.  
  3282.  
  3283.                      - The * Character -
  3284.  
  3285.   An asterisk (*) in a filename or filename extension indicates that any
  3286.   character can occupy that position and all remaining positions in that
  3287.   filename or extension. For example,
  3288.  
  3289.                         dir lett*.txt
  3290.  
  3291.   displays all filenames on the default  drive that start  with the let-
  3292.   ters LETT,  followed by any other letters,  and have the  extension of
  3293.   .TXT.
  3294. .cp
  3295.                                                              Page 6 of 9
  3296.  
  3297.   An example of what might be displayed is:
  3298.  
  3299.     lett.txt
  3300.     letter.txt
  3301.     letters.txt
  3302.     lett1.txt
  3303.  
  3304.  
  3305.                       * DOS DEVICE NAMES *
  3306.  
  3307.   Device names are special  names which have certain meanings to Dr DOS.
  3308.   These names are reserved; do  NOT  name any files with a Dr DOS device
  3309.   name.
  3310.  
  3311.  
  3312.                     - CON (Console Device) -
  3313.  
  3314.   Console keyboard/screen.   This is referred to  as the standard output
  3315.   device. This can be redirected at the command line when redirection is
  3316.   desired (see below).
  3317. .cp
  3318.                                                              Page 7 of 9
  3319.  
  3320.                         - AUX or COM1 -
  3321.  
  3322.   The first serial port.  This is sometimes called the RS-232C port, the
  3323.   serial port, or the asynchronous communications adapter.  This is con-
  3324.   nected to a phone line modem, or serial printer.
  3325.  
  3326.  
  3327.                         - LPT1 or PRN -
  3328.  
  3329.   The first parallel port.  This is connected to your  parallel printer,
  3330.   the most common type of printer on a personal computer.
  3331.  
  3332.  
  3333.                             - NUL -
  3334.  
  3335.   This device does not exist.  It is a "dummy"  device name  for testing
  3336.   purposes or to tell  a program to output its messages to nowhere.   As
  3337.   an output device,  the write operations are simulated,  but no data is
  3338.   written. As an input device, an immediate end-of-file is sent.
  3339. .cp
  3340.                                                              Page 8 of 9
  3341.  
  3342.           * REDIRECTION OF STANDARD INPUT & STANDARD OUTPUT *
  3343.  
  3344.   DrDOS provides a  convenient way for us to redirect  the output to the
  3345.   screen,  or input from  the keyboard, to another device or file.   The
  3346.   standard output redirection syntax is as follows:
  3347.  
  3348.                    > [d:][path]filename[.ext]
  3349.  
  3350.   This causes all output that would go to the screen to be placed in the
  3351.   file specified.   This will create the file if it does not already ex-
  3352.   ist, or erase its contents and start over if the file does exist.
  3353.  
  3354.                    >> [d:][path]filename[.ext]
  3355.  
  3356.   This causes the output to the screen to be sent to the file specified.
  3357.   If the file does not exist, it will create a new one. If the file does
  3358.   exist,  it will append  to the bottom of  the file without erasing any
  3359.   data presently in the file.
  3360. .cp
  3361.                                                              Page 9 of 9
  3362.  
  3363.   The standard input redirection syntax is as follows:
  3364.  
  3365.                   < [d:][path]filename[.ext]
  3366.  
  3367.   This causes standard  input to be retrieved  from the file  specified.
  3368.   This redirection can be used with the Dr DOS SORT command.
  3369.  
  3370.   The filename  specification can also  be any device name,  such as the
  3371.   printer. To get a printout of your directory, simply type:
  3372.  
  3373.                            DIR > prn
  3374.  
  3375.   A copy of your directory will be printed on the first parallel printer
  3376.   (LPT1).   To send a copy of the directory to a file, simply type:
  3377.  
  3378.                        DIR > myfile.txt
  3379.  
  3380.   A file named MYFILE.TXT will be created or erased if already  present,
  3381.   and the directory listing will be put in the file.
  3382. *END*
  3383.